Skip to content

Instantly share code, notes, and snippets.

@BrainStone
Created June 30, 2015 22:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrainStone/3a7d4e36e6ea7fc36bc8 to your computer and use it in GitHub Desktop.
Save BrainStone/3a7d4e36e6ea7fc36bc8 to your computer and use it in GitHub Desktop.
Transparent backgound texture for CSS
/* Creates that transparent background texture used by many image editing programs like gimp or PhotoShop */
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABlBMVEW/v7////+Zw/90AAAAE0lEQVR4AWOAAUYoGCCBAbcfCgBFEACB1bzUwAAAAABJRU5ErkJggg==);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment