Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Last active September 18, 2021 11:55
Show Gist options
  • Select an option

  • Save csssecrets/5646121210b0c99c94a7 to your computer and use it in GitHub Desktop.

Select an option

Save csssecrets/5646121210b0c99c94a7 to your computer and use it in GitHub Desktop.
Diagonal stripes - repeating-linear-gradient() method
/**
* Subtle stripes
*/
background: #58a;
background-image: repeating-linear-gradient(30deg,
hsla(0,0%,100%,.1), hsla(0,0%,100%,.1) 10px,
transparent 0, transparent 20px);
height: 100vh;
<!-- 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