From 9356effa7c5362ba3600ee111d52e905187c8fcd Mon Sep 17 00:00:00 2001 From: singharpitaa Date: Wed, 2 Oct 2024 00:53:05 +0530 Subject: [PATCH] I have Improved NavBar design #25 --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index f62dafa..e105f1d 100644 --- a/style.css +++ b/style.css @@ -44,8 +44,8 @@ header ul li a{ text-transform: uppercase; text-decoration: none; margin-left: 70px; - font-family: 'Teko', sans-serif; - font-size: 30px; + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; + font-size: 25px; color:grey; letter-spacing: 2px; @@ -233,7 +233,7 @@ header ul li a:hover,header ul li a.active{ header i:hover,header #cart:hover{ transition: ease-in-out 300ms; scale: 1.2; - color: red; + color: rgb(106, 255, 0); } .sec{ @@ -337,7 +337,7 @@ header i:hover,header #cart:hover{ .sec button:hover{ transition: ease-in-out 400ms; scale: 1.02; - color: red; + color: greenyellow; cursor: pointer; }