Last active
August 29, 2015 14:13
-
-
Save jennimckinnon/f1be1a77724194099066 to your computer and use it in GitHub Desktop.
This file contains 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
.topbutton { | |
height:50px; | |
width:50px; | |
position:fixed; | |
right:5px; | |
bottom:5px; | |
z-index:1; | |
background-image: url("http://example.com/wp-content/uploads/2015/01/topbutton.png"); | |
background-repeat:no-repeat; | |
display:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment