Skip to content

Instantly share code, notes, and snippets.

@simpleton
Created June 17, 2013 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simpleton/5799291 to your computer and use it in GitHub Desktop.
Save simpleton/5799291 to your computer and use it in GitHub Desktop.
#btn_download {
background: url("../images/download-normal.png") no-repeat scroll center top transparent;
display: block;
height: 54px;
width: 190px;
margin-top: 50px;
}
#btn_download:active {
background: url("../images/download-down.png") no-repeat bottom;
}
<a id="btn_download" href="#"> </a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment