Created
February 16, 2012 22:14
-
-
Save superfine/1848270 to your computer and use it in GitHub Desktop.
Vertical stripes
This file contains hidden or 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
/* Vertical stripes */ | |
background: #8B0000; | |
background-image: linear-gradient(0, transparent 50%, rgba(0,0,0,.5) 50%); | |
background-size: 150px; | |
/* | |
DarkRed #8B0000; | |
Maroon #800000; | |
*/ |
This file contains hidden or 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
<!-- content to be placed inside <body>…</body> --> |
This file contains hidden or 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
{"view":"split","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment