Skip to content

Instantly share code, notes, and snippets.

@jaf7
Forked from miguel12345/new_gist_file.css
Created October 15, 2022 01:10
Show Gist options
  • Save jaf7/1bde07a1a8712190b40edfbef492c170 to your computer and use it in GitHub Desktop.
Save jaf7/1bde07a1a8712190b40edfbef492c170 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)
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