Skip to content

Instantly share code, notes, and snippets.

@jordangray
Last active May 8, 2016 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordangray/8fb4773c17ae6ecac4e8cea9497af2e0 to your computer and use it in GitHub Desktop.
Save jordangray/8fb4773c17ae6ecac4e8cea9497af2e0 to your computer and use it in GitHub Desktop.
Shirt pattern
/* 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;
// alert('Hello world!');
{"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