Skip to content

Instantly share code, notes, and snippets.

@StasKoval
Created May 29, 2013 11:49
Show Gist options
  • Save StasKoval/5669724 to your computer and use it in GitHub Desktop.
Save StasKoval/5669724 to your computer and use it in GitHub Desktop.
/*Back to top button */
#back-top{
position:fixed;
bottom:30px;
right:30px;
}
#back-top a{
width:80px;
display:block;
text-align:center;
text-decoration:none;
-webkit-transition:1s;
-moz-transition:1s;
transition:1s;
color:#96979a;
padding:8px 22px;
background:#cecfd2;
font-size:14px;
font-weight:bold;
}
#back-top a:hover{color:#000;}
.open-menu-alt{background: url(img/icons.png) no-repeat scroll 10px 10px transparent; border-left:1px solid #2f3133; display:block; height:45px; position:absolute; top:0px; width:34px; visibility:hidden; padding-left:0px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment