Skip to content

Instantly share code, notes, and snippets.

@rgbkrk
Forked from csssecrets/dabblet.css
Last active January 3, 2017 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rgbkrk/514191646d17ada2b8cebb01937c752f to your computer and use it in GitHub Desktop.
Save rgbkrk/514191646d17ada2b8cebb01937c752f to your computer and use it in GitHub Desktop.
Pseudorandom stripes
/**
* Pseudorandom stripes
*/
background: #D5D5D5;
background-image:
linear-gradient(89deg, #EEE 23px, transparent 0),
linear-gradient(97deg, #DDD 17px, transparent 0),
linear-gradient(101deg, #D0D0D0 23px, transparent 0);
background-size: 83px 100%, 61px 100%, 41px 100%;
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split","fontsize":"120","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment