Last active
May 8, 2016 01:04
-
-
Save jordangray/8fb4773c17ae6ecac4e8cea9497af2e0 to your computer and use it in GitHub Desktop.
Shirt 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
/* Shirt pattern */ | |
/* Colours seen from the top down */ | |
background-image: /* 0 50 100 150 */ | |
linear-gradient(to left, white 10%, transparent 10%), /* white: w w w w */ | |
linear-gradient(to left, steelblue 50%, transparent 50%), /* light blue: llllllllll llllllllll */ | |
linear-gradient(to left, maroon 50%, navy 50%); /* red & blue: rrrrrrrrrrrrrrrrrrrrbbbbbbbbbbbbbbbbbbbb */ | |
background-size: 50px, 100px, 200px; |
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","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