Skip to content

Instantly share code, notes, and snippets.

@carlos-sanchez
Created November 14, 2013 03:05
Show Gist options
  • Save carlos-sanchez/7460645 to your computer and use it in GitHub Desktop.
Save carlos-sanchez/7460645 to your computer and use it in GitHub Desktop.
Sprites.
a {
display: block;
background: url(sprite.png) no-repeat;
height: 30px;
width: 250px;
}
a:hover {
background-position: 0 -30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment