Created
April 27, 2016 08:39
-
-
Save qzm/fed1b2105644786c47bdbba354e1e60f to your computer and use it in GitHub Desktop.
css sprite snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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