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/6cf97713a5d63479727c2a9bc5c8fbd2 to your computer and use it in GitHub Desktop.
Save re4388/6cf97713a5d63479727c2a9bc5c8fbd2 to your computer and use it in GitHub Desktop.
Subtle stripes
/**
* Subtle stripes
*/
background: #58a;
background-image: repeating-linear-gradient(30deg,
hsla(0,0%,100%,.1),
hsla(0,0%,100%,.1) 15px,
transparent 0,
transparent 30px);
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