From 2adcbc519cbdc856c953395ee5f8f97e78bbcb1a Mon Sep 17 00:00:00 2001 From: Mayank Saini Date: Sat, 31 May 2025 17:42:33 +0530 Subject: [PATCH] Navbar --- index.html | 10 +++++----- style.css | 5 +++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 520640e..99c3db5 100644 --- a/index.html +++ b/index.html @@ -12,16 +12,16 @@
diff --git a/style.css b/style.css index 92f3023..b3a4d40 100644 --- a/style.css +++ b/style.css @@ -82,12 +82,17 @@ a align-items: center; } +.hamburger { + display: none; +} + .nav-menu a { color: var(--text-color); text-decoration: none; font-size: 1rem; font-weight: 500; transition: color var(--transition-speed); + background-color: black; } .nav-menu a:hover {