Skip to content

Instantly share code, notes, and snippets.

@dogeow
Created October 14, 2022 02:45
Show Gist options
  • Save dogeow/2544608fd835a1c88fd46c114965de68 to your computer and use it in GitHub Desktop.
Save dogeow/2544608fd835a1c88fd46c114965de68 to your computer and use it in GitHub Desktop.
Polka dot
/**
* Polka dot
*/
background: #black;
background-image: radial-gradient(tan 20%, transparent 0),
radial-gradient(tan 20%, transparent 0);
background-size: 30px 30px;
background-position: 0 0, 15px 15px;
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split","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