From fa70f976e93162ecf360b69f105cee1384db070c Mon Sep 17 00:00:00 2001
From: KANDIVALASA LAXMI <156179607+laxmikandivalasa@users.noreply.github.com>
Date: Fri, 8 Nov 2024 21:11:05 +0530
Subject: [PATCH] Update index.html
---
Website/index.html | 49 +++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 48 insertions(+), 1 deletion(-)
diff --git a/Website/index.html b/Website/index.html
index c41a3af34..b27e1822f 100644
--- a/Website/index.html
+++ b/Website/index.html
@@ -21,6 +21,7 @@
content="A curated collection of diverse machine learning repositories available on GitHub, presented by the RecodeHive community" />
Machine Learning Repositories
+
@@ -117,6 +118,35 @@
.dark-mode .paragraph {
color: #555;
+
+ body {
+ font-family: 'Poppins', sans-serif;
+ min-height: 2000px; /* Add some height to enable scrolling */
+ margin: 0;
+ padding: 0;
+ }
+
+ /* Scroll to Top Button Styles */
+ .top-btn {
+ display: none;
+ width: 50px;
+ height: 50px;
+ position: fixed;
+ bottom: 23px;
+ right: 44px;
+ background-color: #ab45e7;
+ color: #ffffff;
+ border: none;
+ border-radius: 50%;
+ cursor: pointer;
+ font-size: 18px;
+ align-items: center;
+ justify-content: center;
+ }
+
+ .top-btn:hover {
+ background-color: #0056b3;
+ }
}
@@ -742,7 +772,24 @@ Contact
+
+