Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created December 11, 2011 01:57
Show Gist options
  • Save LeaVerou/1457664 to your computer and use it in GitHub Desktop.
Save LeaVerou/1457664 to your computer and use it in GitHub Desktop.
Diagonal stripes with repeating gradients
/**
* Diagonal stripes with repeating gradients
*/
background: repeating-linear-gradient(60deg, deeppink, deeppink 35px, gold 35px, gold 70px);
height: 100%;
{"page":"css","view":"split"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment