Skip to content

Instantly share code, notes, and snippets.

@nhc
Created April 8, 2012 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhc/2334118 to your computer and use it in GitHub Desktop.
Save nhc/2334118 to your computer and use it in GitHub Desktop.
CSS Background Experiment
/**
* CSS Background Experiment
*/
background-color:white;
background-image:
radial-gradient(midnightblue 9px, transparent 10px),
repeating-radial-gradient(midnightblue 0, midnightblue 4px, transparent 5px, transparent 20px, midnightblue 21px, midnightblue 25px, transparent 26px, transparent 50px);
background-size: 30px 30px, 90px 90px;
background-position: 0 0;
<!-- content to be placed inside <body>…</body> -->
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment