diff --git a/index.html b/index.html index 1ab07989..fbcbc312 100644 --- a/index.html +++ b/index.html @@ -1,32 +1,18 @@ +
- - - - - - - - - - - - - - - - - - - + + @@ -42,6 +28,7 @@ + @@ -109,7 +96,7 @@ width: 130%; } .line{ - width: 130%; + width: 150%; } .hamburger{ position: relative; @@ -157,6 +144,25 @@ gap: 8px; /* Adjust the gap between buttons */ } +.nav-wrapperr{ + position: fixed; + height: 10px; + width: 100%; + top: 80px; + left: 0%; + background-color: white; + z-index: 999; + } + + .progress-bar{ + height: 10px; + left: 0%; + top: 80px; + position: fixed; + background-color: #6a5acd; + z-index: 9999; + } + @media screen and (max-width: 768px) { body{ align-items: flex-end; @@ -206,17 +212,18 @@