Created
June 30, 2015 22:14
-
-
Save BrainStone/3a7d4e36e6ea7fc36bc8 to your computer and use it in GitHub Desktop.
Transparent backgound texture for CSS
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
/* 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