From 6ec460003a16cbc86f298dbcca008649f295ee4b Mon Sep 17 00:00:00 2001 From: Rohit yadav <151960291+rohir1132yadav@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:15:40 +0530 Subject: [PATCH] Update style.css i have change in Hover effect and add underline in About and add curser at many place --- style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2363316..6c47607 100644 --- a/style.css +++ b/style.css @@ -45,6 +45,7 @@ } .navigation { + text-decoration:wavy; width: 30%; height: 70px; display: flex; @@ -55,6 +56,7 @@ } .nav-links { + text-decoration:solid; width: 150%; height: 70px; /* background-color: yellow; */ @@ -76,7 +78,6 @@ .nav-links>.nav-link>a { color: #1d1d1d; - text-decoration: none; font-size: 20px; font-weight: 500; display: flex; @@ -84,6 +85,10 @@ align-items: center; width: 85px; } +.nav-links>.nav-link>a:hover{ + color: #f50b0b; + cursor: grab; +} .nav-links>.nav-link>i { font-size: 20px; @@ -91,6 +96,7 @@ + .utils { width: 8%; height: 70px; @@ -141,6 +147,12 @@ text-transform: uppercase; border-radius: 30px; } +.btn:hover{ + cursor: pointer; + color: #690bf5; + text-decoration: none; + background-color: #ec4c0c; +} /* featured section css */