Skip to content

Instantly share code, notes, and snippets.

@titox
Created July 12, 2015 17:54
Show Gist options
  • Select an option

  • Save titox/ec062a968db3ebc97a4e to your computer and use it in GitHub Desktop.

Select an option

Save titox/ec062a968db3ebc97a4e to your computer and use it in GitHub Desktop.
Polka dot
/**
* Polka dot
*/
background: #655;
background-image: radial-gradient(yellow 20%, transparent 0),
radial-gradient(blue 20%, transparent 0),
radial-gradient(red 20%, transparent 0);
background-size: 30px 30px;
background-position: 0 0, 15px 15px, 30px 30px;
<!-- 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