From 0e70c48da2cc6207bfc9dc972e190d6add1c0f51 Mon Sep 17 00:00:00 2001 From: Mastan Sayyad <101971980+MastanSayyad@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:32:00 +0530 Subject: [PATCH] Added "Scroll Down Progress Bar" To The website (#666) * Added Progress bar --- Html-Files/news.html | 19 + dex.html | 20 + faq.html | 21 + index.html | 2402 ++++++++++++++++++++++-------------------- style.css | 4 +- 5 files changed, 1322 insertions(+), 1144 deletions(-) diff --git a/Html-Files/news.html b/Html-Files/news.html index d4525aee..570957e0 100644 --- a/Html-Files/news.html +++ b/Html-Files/news.html @@ -400,6 +400,16 @@ } } +#progressBar { + position: fixed; + top: 0; + left: 0; + width: 0%; + height: 6px; + background-color: #3fbcc0; + z-index: 9999; + } + @@ -411,6 +421,15 @@
+ +