Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Last active January 21, 2023 13:22
Show Gist options
  • Save csssecrets/cd33da5d1a48046746cd to your computer and use it in GitHub Desktop.
Save csssecrets/cd33da5d1a48046746cd to your computer and use it in GitHub Desktop.
Polka dot
/**
* Polka dot
*/
background: #655;
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