Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Last active September 18, 2021 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 13 You must be signed in to fork a gist
  • Save csssecrets/4b4ad05f4c1b5259066f to your computer and use it in GitHub Desktop.
Save csssecrets/4b4ad05f4c1b5259066f to your computer and use it in GitHub Desktop.
Pseudorandom stripes
/**
* Pseudorandom stripes
*/
background: hsl(20, 40%, 90%);
background-image:
linear-gradient(90deg, #fb3 11px, transparent 0),
linear-gradient(90deg, #ab4 23px, transparent 0),
linear-gradient(90deg, #655 23px, transparent 0);
background-size: 83px 100%, 61px 100%, 41px 100%;
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split","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