Skip to content

Instantly share code, notes, and snippets.

@qzm
Created April 27, 2016 08:39
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 qzm/fed1b2105644786c47bdbba354e1e60f to your computer and use it in GitHub Desktop.
Save qzm/fed1b2105644786c47bdbba354e1e60f to your computer and use it in GitHub Desktop.
css sprite snippets
.className {
width: 46px;
height: 44px;
background: url(img_navsprites.gif) 0 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment