Skip to content

Instantly share code, notes, and snippets.

@re4388
Forked from csssecrets/dabblet.css
Created August 26, 2020 01:52
Show Gist options
  • Save re4388/8e9c2b6cf37220bda9af148820d4876f to your computer and use it in GitHub Desktop.
Save re4388/8e9c2b6cf37220bda9af148820d4876f to your computer and use it in GitHub Desktop.
Diagonal stripes - repeating-linear-gradient() method
/**
* Diagonal stripes - repeating-linear-gradient() method
*/
background: repeating-linear-gradient(60deg,
#fb3,
#fb3 15px,
#58a 0,
#58a 30px);
height: 100%;
<!-- 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