Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Last active October 21, 2023 12:46
Show Gist options
  • Save csssecrets/abeab80934fc26e6538e to your computer and use it in GitHub Desktop.
Save csssecrets/abeab80934fc26e6538e to your computer and use it in GitHub Desktop.
Diagonal stripes - linear-gradient() method
/**
* Diagonal stripes - linear-gradient() method
*/
background: linear-gradient(45deg,
#fb3 25%, #58a 0, #58a 50%,
#fb3 0, #fb3 75%, #58a 0);
background-size: 42.4px 42.4px;
<!-- 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