Skip to content

Instantly share code, notes, and snippets.

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