Last active
October 4, 2015 02:58
-
-
Save orioltf/2566558 to your computer and use it in GitHub Desktop.
#CSS #GRADIENTS: Chess 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
/** | |
* Chess pattern | |
*/ | |
background: #252137; | |
background: | |
linear-gradient(135deg, transparent 75%, rgba(255, 255, 255, .4) 0%) 0 0, | |
linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, .4) 0%) 15px 15px, | |
linear-gradient(135deg, transparent 75%, rgba(255, 255, 255, .4) 0%) 15px 15px, | |
linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, .4) 0%) 0 0, | |
#253137; | |
background-size: 30px 30px; |
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
<!-- content to be placed inside <body>…</body> --> |
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