Skip to content

Instantly share code, notes, and snippets.

@webdelin
Created January 22, 2018 20:25
Show Gist options
  • Save webdelin/911374968d310c876a0c91b54b71675e to your computer and use it in GitHub Desktop.
Save webdelin/911374968d310c876a0c91b54b71675e to your computer and use it in GitHub Desktop.
ScrollToTop-CSS
.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