From f79023968cbc10e0fb5948660f71d624bb6347c1 Mon Sep 17 00:00:00 2001 From: chaanakyaaM Date: Tue, 9 Jul 2024 16:32:41 +0530 Subject: [PATCH] scroll down progress bar added --- index.html | 201 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 119 insertions(+), 82 deletions(-) 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 @@

TourGuide . . .

+ +
header @@ -831,8 +842,24 @@

document.getElementById('newDiv').style.display = 'block'; } -





- +

+ + +
+

Tourist Guide

+

Have an amazing trip and explore the destiny

+

+

Connect with the Guide

+

+
+ guide1 +

+ guide2 +

+ guide3 +
+
+



@@ -1148,11 +1175,20 @@

Subscribe to get special prize

- - - + @@ -1795,6 +1815,7 @@ +