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 {