From 8952f3f00ac864820c2c369bf7955e342332d67e Mon Sep 17 00:00:00 2001 From: Subhajit-2023-44 Date: Sun, 10 Nov 2024 03:02:32 +0530 Subject: [PATCH] done --- contributors.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/contributors.html b/contributors.html index 009a025..6b5ad2e 100644 --- a/contributors.html +++ b/contributors.html @@ -48,6 +48,8 @@ position: fixed; /* Sticks to the top */ width: 100%; z-index: 1000; + margin-top: -509px; + } .navbar h1 { @@ -123,6 +125,24 @@ font-size: 2rem; } + .top-btn { + + display: none; + width: 50px; + height: 50px; + position: fixed; + bottom: 10px; + right: 0px; + background-color: #ab45e7; + color: #fff; + padding: 2px; + border: none; + margin-right: 36px; + border-radius: 50%; + cursor: pointer; + + } + #progress-container { position: fixed ;