From 41c8fce635f4f9e12292dc19593d4030e591f204 Mon Sep 17 00:00:00 2001 From: Ezeh ValTx <123296769+gamersprogrammer@users.noreply.github.com> Date: Mon, 6 May 2024 12:32:15 +0000 Subject: [PATCH] change hover effect --- css/style.css | 8 +++++++- index.html | 10 +++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 625bff9..21d752d 100644 --- a/css/style.css +++ b/css/style.css @@ -131,7 +131,10 @@ section { font-size: 15px; font-weight: 500; } - +.btn1:hover{ + background-color: green; + color: white; +} i { color: green; } @@ -183,6 +186,9 @@ i { .search-form.active { transform: translateY(0%); } +.search-btn:hover{ + color: green; +} #close-search { position: absolute; diff --git a/index.html b/index.html index b6e9d14..415c362 100644 --- a/index.html +++ b/index.html @@ -178,13 +178,13 @@

Contact us

- - - - + + + +
-
+