diff --git a/romantic-esc.html b/romantic-esc.html index abbf6483..3e45e606 100644 --- a/romantic-esc.html +++ b/romantic-esc.html @@ -159,6 +159,21 @@ margin-right: auto; display: block; } + .header { + position: fixed; + top: 0; + width: 100%; + z-index: 1000; /* Ensures it stays on top of other content */ + margin-top: 45px; + margin-left: 9rem; +} + .navbar-link { + color: black !important; +} + +.dark-mode .navbar-link { + color: white !important; +} @@ -211,187 +226,160 @@ -
- -
- + -
-
@@ -700,158 +688,434 @@

Sonal K


-