Created
May 22, 2014 13:03
-
-
Save datawebbie/20aa958c846ce94bb879 to your computer and use it in GitHub Desktop.
Frequently used css patterns
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
| # 4x4 diagoal square | |
| background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHklEQVQIW2NkYGDwAWIQ2AIiGLEJQBVAVIJUoAgAAGyyAp1vUYNUAAAAAElFTkSuQmCC"); | |
| # 2x2 dot | |
| background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAD0lEQVQIW2NkgAJGKP0fAAEsAQJ84W2vAAAAAElFTkSuQmCC"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment