29
loading...
This website collects cookies to deliver better user experience
<footer class="page-footer p-3 footer text-center" id="footer"> Back to Top
</footer>
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
* {
margin: 0;
padding: 0;
}
body {
background-color: #eec0c6;
background-image: linear-gradient(315deg, #eec0c6 0%, #7ee8fa 74%);
color: #002999;
font-family: "Poppins", sans-serif;
overflow-x: hidden;
}
html {
scroll-behavior: smooth;
}
.footer {
background: #002999;
color: white;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
footer {
margin: 0;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
}
/* Custom Scroll Bar */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background-color: #fff;
border-radius: 5px;
}
::-webkit-scrollbar-thumb {
background-color: #00d9bf;
border-radius: 5px;
}
//Get the button:
const footer = document.getElementById("footer");
$("#footer").on("click", function () {
$(window).scrollTop(0);
});
//Get the button:
const footer = document.getElementById("footer");
//Get the button:
$("#footer").on("click", function () {
$(window).scrollTop(0);
});