Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 10, 2011 16:50
Show Gist options
  • Save feedhenry-gists/1019246 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1019246 to your computer and use it in GitHub Desktop.
Image Sprites CSS
#logo {
background: url(../images/sprite.png) scroll 0 0 no-repeat;
display:block;
width: 212px;
height: 35px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment