-
+
+
+
+
+
-
+
+
+
@@ -383,8 +419,8 @@
🚀 METAVERSE
- diff --git a/assets/css/style.css b/assets/css/style.css index ca8cdcc7..1a60b140 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -22,11 +22,13 @@ body { /* CSS for Light-Dark Theme SWITCH */ .theme-toggle { - position: relative; + position: fixed; width: 40px; height: 20px; - margin-left: 0 5px; - left: -10px; + top: 1rem; + left: 1rem; + z-index: 999; + } .invert-color { diff --git a/index.html b/index.html index d158a631..8f89e3ae 100644 --- a/index.html +++ b/index.html @@ -74,6 +74,32 @@ z-index: 9999; } + .navbar{ + position: fixed; + top: 0%; + left: 0%; + width: 100%; + z-index: 100; + } + .dark-theme .navbar{ + position: fixed; + top: 0%; + left: 0%; + width: 100%; + z-index: 100; + } + .navbar-container{ + backdrop-filter: blur(10px); + } + + .dark-theme a{ + color: black; + } + + .main-content{ + padding-top: 4rem; + } + @media (max-width: 740px) { .circle-container{ @@ -317,12 +343,14 @@
-