From b3fdfa6a03df418db667bb26f97c603e3b039cf7 Mon Sep 17 00:00:00 2001 From: Ansh Dwivedi Date: Sat, 5 Oct 2024 02:01:05 +0530 Subject: [PATCH 1/2] Done ui of footer --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/style.css b/style.css index 7193592..fb797c5 100644 --- a/style.css +++ b/style.css @@ -217,6 +217,20 @@ header nav .nav-right .header-btn > div input { background: rgb(231, 223, 223); } +/* +Added hover and color changes in footer +*/ +li a { + color: inherit; /* Default color (will inherit the parent's color) */ + text-decoration: none; /* Removes underline from the link */ + transition: color 0.3s ease; /* Adds a smooth transition effect */ +} + +li a:hover { + color: rgb(182, 170, 170); /* Changes the text color to black on hover */ +} + + .navbar { From 0dd853a339b29b745ed0a21d0fd9b6b002deb99b Mon Sep 17 00:00:00 2001 From: Ansh Dwivedi Date: Sat, 5 Oct 2024 02:33:55 +0530 Subject: [PATCH 2/2] Footer is enhanced --- serv.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/serv.html b/serv.html index 860ca61..4c372b8 100644 --- a/serv.html +++ b/serv.html @@ -89,6 +89,50 @@

Special Occasions