Last active
June 17, 2016 06:46
-
-
Save astrocean/97986beb5e5f80222662d723bc9a138f to your computer and use it in GitHub Desktop.
Chessboard
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 | |
| */ | |
| background: #eee; | |
| background-image: | |
| linear-gradient(45deg,#bbb 25%, transparent 0, | |
| transparent 75%,#bbb 0), | |
| linear-gradient(45deg,#bbb 25%, transparent 0,transparent 75%,#bbb 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