Skip to content

Instantly share code, notes, and snippets.

@skeith
Forked from LeaVerou/dabblet.css
Created February 21, 2013 07:17
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 skeith/5002895 to your computer and use it in GitHub Desktop.
Save skeith/5002895 to your computer and use it in GitHub Desktop.
Diagonal stripes
/**
* Diagonal stripes
*/
background: linear-gradient(45deg, #cfecff 25%, #abdafb 25%, #abdafb 50%, #cfecff 50%, #cfecff 75%, #abdafb 75%, #abdafb);
background-size:100px 100px;
{"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