Skip to content

Instantly share code, notes, and snippets.

@benbonnet
Forked from LeaVerou/dabblet.css
Created December 24, 2011 21:43
Show Gist options
  • Save benbonnet/1518420 to your computer and use it in GitHub Desktop.
Save benbonnet/1518420 to your computer and use it in GitHub Desktop.
Diagonal stripes
/**
* Diagonal stripes
*/
background: linear-gradient(45deg, white 1px, #8b0 1px, #8b0 50%, white 50%, white 75%, #8b0 75%, #8b0);
background-size:4px 4px;
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment