Skip to content

Instantly share code, notes, and snippets.

@chrismichaelscott
Created February 8, 2012 17:28
Show Gist options
  • Select an option

  • Save chrismichaelscott/1771477 to your computer and use it in GitHub Desktop.

Select an option

Save chrismichaelscott/1771477 to your computer and use it in GitHub Desktop.
Drops or petals
/**
* Drops or petals
*/
background:
radial-gradient(20px 20px, #f06 20px, transparent 20px),
linear-gradient(0deg, transparent 20px, red 20px),
linear-gradient(-90deg, transparent 20px, red 20px),
radial-gradient(20px 20px, red 20px, #f06 20px);
background-size: 64px 64px;
min-height:100%;
<!-- content to be placed inside <body>…</body> -->
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment