Scroll to top button
This commit is contained in:
13
styles/ScrollToTop.module.scss
Normal file
13
styles/ScrollToTop.module.scss
Normal 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 {
|
||||
}
|
||||
@@ -4,6 +4,7 @@ body {
|
||||
margin: 0;
|
||||
font-family: 'Quicksand';
|
||||
letter-spacing: 0.8px;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
||||
Reference in New Issue
Block a user