Skip to content

Instantly share code, notes, and snippets.

Created November 29, 2011 07:56
Show Gist options
  • Save anonymous/1403933 to your computer and use it in GitHub Desktop.
Save anonymous/1403933 to your computer and use it in GitHub Desktop.
.sprite {
background: url(sprite.png) no-repeat;
width: 100px;
height: 100px;
}
#red {
background-position: 0px 0px;
}
#blue {
background-position: -150px 0px;
}
#green {
background-position: -300px 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment