Created
September 13, 2013 15:02
-
-
Save teetteet/6551893 to your computer and use it in GitHub Desktop.
Japanese cube pattern
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
| /* Japanese cube pattern */ | |
| background-color:#67c94a; | |
| background-image: linear-gradient(60deg, #1a3511 12%, transparent 12.5%, transparent 87%, #1a3511 87.5%, #1a3511 ), | |
| linear-gradient(-60deg, #1a3511 12%, transparent 12.5%, transparent 87%, #1a3511 87.5%, #1a3511 ), | |
| linear-gradient(60deg, #1a3511 12%, transparent 12.5%, transparent 87%, #1a3511 87.5%, #1a3511 ), | |
| linear-gradient(-60deg, #1a3511 12%, transparent 12.5%, transparent 87%, #1a3511 87.5%, #1a3511 ), | |
| linear-gradient(30deg, #3e8329 25%, transparent 25.5%, transparent 75%, #3e8329 75%, #3e8329 ), | |
| linear-gradient(30deg, #3e8329 25%, transparent 25.5%, transparent 75%, #3e8329 75%, #3e8329 ); | |
| background-size:40px 70px; | |
| background-position: 0 0, 0 0, 20px 35px, 20px 35px, 0 0, 20px 35px; | |
| height:100%; |
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
| {"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