Last active
June 17, 2016 06:54
-
-
Save astrocean/eb51b2758964cfd430457258b9920aec to your computer and use it in GitHub Desktop.
Chessboard-step
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
| /** | |
| * Chessboard-step | |
| */ | |
| background: #eee; | |
| background-image: linear-gradient(45deg,#f06 25%,transparent 0, | |
| transparent 75%,yellow 0), | |
| linear-gradient(45deg,#f06 25%,transparent 0, | |
| transparent 75%,yellow 0); | |
| background-size:30px 30px; | |
| background-position:0 0,15px 15px; |
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
| <!-- content to be placed inside <body>…</body> --> |
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
| // alert('Hello world!'); |
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
| {"view":"split-vertical","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