Scroll to top button

This commit is contained in:
2022-11-12 12:50:49 +02:00
parent a0658cd508
commit 3fc9245053
5 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
.scrollToTopButton {
padding: 1.5rem 3rem;
border-radius: 0.5rem;
transition: all 0.3s;
margin: 1rem;
}
.scrollToTopButton:hover {
opacity: 0.5;
}
.scrollToTopImage {
}

View File

@@ -4,6 +4,7 @@ body {
margin: 0;
font-family: 'Quicksand';
letter-spacing: 0.8px;
scroll-behavior: smooth;
}
@font-face {