Skip to content

Instantly share code, notes, and snippets.

@hl4
Forked from csssecrets/dabblet.css
Created June 3, 2022 01:59
Show Gist options
  • Save hl4/123f68185b0cfd231bda852270b0392f to your computer and use it in GitHub Desktop.
Save hl4/123f68185b0cfd231bda852270b0392f to your computer and use it in GitHub Desktop.
Vertical stripes
/**
* Vertical stripes
*/
background: linear-gradient(45deg,
#fb3 25%, #58a 0,
#58a 50%, #fb3 0,
#fb3 75%, #58a 0);
background-size: 60px 60px;
<!-- 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