Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created July 2, 2013 05:19
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 AbhishekGhosh/5906931 to your computer and use it in GitHub Desktop.
Save AbhishekGhosh/5906931 to your computer and use it in GitHub Desktop.
Base64 CSS
.my-custom-div-class {
width: 45px;
background: transparent url(data:image/png;base64,LONG-STRING-OF-BASE64-TEXT) top left no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment