Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Forked from anonymous/dabblet.css
Created December 15, 2011 16:47
Show Gist options
  • Save LeaVerou/1481808 to your computer and use it in GitHub Desktop.
Save LeaVerou/1481808 to your computer and use it in GitHub Desktop.
Diagonal stripes
/**
* Diagonal stripes
*/
background: repeating-linear-gradient(60deg, white, white 35px, #8b0 35px, #8b0 70px);
min-height: 100%;
{"page":"css","view":"split"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment