Created
November 30, 2013 08:08
-
-
Save miguel12345/7716577 to your computer and use it in GitHub Desktop.
Data uri, good for inline images (small ones, where the round trip time is bigger that the time it takes to download the image itself)
This file contains 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
li { | |
background: | |
url(data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAosJ6mu7fiyZeKqNKToQGDsM8hBADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImbKC5Gm2hB0SlBCBMQiB0UjIQA7) | |
no-repeat | |
left center; | |
padding: 5px 0 5px 25px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment