From cdf5ff5204d4d557c6bd329ef8689547eb2b68e0 Mon Sep 17 00:00:00 2001 From: Harshit Date: Wed, 17 May 2023 16:04:54 +0530 Subject: [PATCH] change by harshit --- projects/age-calculator/index.html | 2 +- projects/age-calculator/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@

Age Calculator

- +

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;