Created
January 22, 2018 20:25
-
-
Save webdelin/911374968d310c876a0c91b54b71675e to your computer and use it in GitHub Desktop.
ScrollToTop-CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.scrollToTop{ | |
position: fixed; | |
width: 40px; | |
bottom: 40px; | |
right: 40px; | |
height: 40px; | |
line-height: 40px; | |
background-color: #ea5b0c; | |
text-align: center; | |
color: #fff!important; | |
font-size: 20px; | |
opacity: .6; | |
} | |
.scrollToTop:hover{ | |
opacity: 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment