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

+ + - \ No newline at end of file +