From 6dd238b93a87542d211d6e2c9dfbcc5daed8205b Mon Sep 17 00:00:00 2001 From: dileeptumula <163843591+dileeptumula@users.noreply.github.com> Date: Fri, 5 Jul 2024 19:34:37 +0530 Subject: [PATCH] Update style.css i have changed a little in the styling of the website. --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index f90ea0a..5e26a7b 100644 --- a/css/style.css +++ b/css/style.css @@ -39,12 +39,12 @@ a{ } #toi{ - background-color: black; + background-color: white; } #heart{ - color: red; + color: black; } #press img{ @@ -66,7 +66,7 @@ a{ } #press{ - margin-bottom: 10%; + margin-bottom: 20%; }