Created
December 11, 2011 01:57
-
-
Save LeaVerou/1457664 to your computer and use it in GitHub Desktop.
Diagonal stripes with repeating gradients
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Diagonal stripes with repeating gradients | |
*/ | |
background: repeating-linear-gradient(60deg, deeppink, deeppink 35px, gold 35px, gold 70px); | |
height: 100%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"page":"css","view":"split"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment