Created
April 26, 2012 17:51
-
-
Save kconragan/2501349 to your computer and use it in GitHub Desktop.
Subtle CSS hatch pattern
This file contains 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
body { | |
background-color:#f1f2f3; | |
background-image: | |
linear-gradient(rgba(0,0,0,.015) 1px, transparent 1px), | |
linear-gradient(0, rgba(0,0,0,.015) 1px, transparent 1px); | |
background-size:5px 5px; | |
background-position:-1px -1px, -1px -1px | |
} |
This file contains 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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment