From 845b44364deffd69ff688ee4e57e433f92818de1 Mon Sep 17 00:00:00 2001 From: hardeeparekh Date: Sun, 17 Mar 2024 11:49:16 +0530 Subject: [PATCH] Changed the hover effect of the navbar links --- src/App.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index 8bb5a52..97e0f8c 100644 --- a/src/App.css +++ b/src/App.css @@ -40,11 +40,15 @@ nav a { font-size: 18px; text-decoration: none; margin-left: 35px; - transition: 0.3s; + transition: 0.2s; } nav a:hover { - color: red; + color:blue; + background-image:linear-gradient(aqua,aqua); + border-right: solid 4px blue; + border-bottom: solid 4px blue; + border-radius: 5px; } .content {