diff --git a/projects/age-calculator/index.html b/projects/age-calculator/index.html index 7ef5c27..1b98455 100644 --- a/projects/age-calculator/index.html +++ b/projects/age-calculator/index.html @@ -11,7 +11,7 @@
Your age is 21 years old
diff --git a/projects/age-calculator/style.css b/projects/age-calculator/style.css index 0229675..2aa81d4 100644 --- a/projects/age-calculator/style.css +++ b/projects/age-calculator/style.css @@ -43,7 +43,7 @@ input { button { background-color: #007bff; - color: white; + color: brown; border: none; padding: 10px 20px; border-radius: 5px;