From aff7a773758fb7b9c76400ae6bc6f70b56b7e04d Mon Sep 17 00:00:00 2001 From: Gyanshankar Date: Fri, 7 Jun 2024 20:43:57 +0530 Subject: [PATCH] Gototop position fixed --- css/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/index.css b/css/index.css index de69c969..f84ae214 100644 --- a/css/index.css +++ b/css/index.css @@ -393,9 +393,9 @@ body { #goToTopBtn { /* display: none; */ position: fixed; - bottom: 5px; - right: 50%; - background-color: rgba(235, 66, 66, .5); + bottom: 4%; + right: 7%; + background-color: rgba(235, 66, 66, 0.724); color: #fff; border: none; border-radius: 10px;