From cd375cf22b7eea8acdae149e36b4910ece6ca707 Mon Sep 17 00:00:00 2001 From: Anshuman Tiwari Date: Fri, 12 Jul 2024 21:21:10 +0530 Subject: [PATCH] bottom to top functionality added (#556) --- index.html | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9fffdb7..b83bd29 100644 --- a/index.html +++ b/index.html @@ -55,6 +55,22 @@ background-color: #0056b3; /* Change this to your desired active background color */ border-radius: 4px; } + #back-to-top { + position: fixed; + bottom: 20px; + right: 20px; + display: none; + background-color: #007bff; + color: white; + border: none; + padding: 10px; + border-radius: 50%; + font-size: 18px; + cursor: pointer; + } + #back-to-top:hover { + background-color: #0056b3; + } @@ -272,7 +288,7 @@

How to Create a GitHub Account

- +