Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Created January 16, 2015 02:41
Show Gist options
  • Save csssecrets/1b4983062fd2b4d7e60e to your computer and use it in GitHub Desktop.
Save csssecrets/1b4983062fd2b4d7e60e to your computer and use it in GitHub Desktop.
Vertical stripes
/**
* Vertical stripes
*/
background: linear-gradient(to right, #fb3 50%, #58a 0);
background-size: 30px 100%;
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment