Created
August 22, 2012 13:27
-
-
Save kevinwritescode/3425546 to your computer and use it in GitHub Desktop.
Checker Gradient
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
| background-color: #f5f5f5; | |
| background-image: -webkit-linear-gradient(45deg, rgba(256, 256, 256, 0.5) 25%, transparent 25%, transparent 75%, rgba(256, 256, 256, 0.5) 75%, rgba(256, 256, 256, 0.5)), -webkit-linear-gradient(45deg, rgba(256, 256, 256, 0.5) 25%, transparent 25%, transparent 75%, rgba(256, 256, 256, 0.5) 75%, rgba(256, 256, 256, 0.5)); | |
| background-size: 4px 4px; | |
| background-position: 0 0, 2px 2px; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment