Skip to content

Instantly share code, notes, and snippets.

@zincplusplus
Created December 30, 2011 08:16
Show Gist options
  • Save zincplusplus/1538650 to your computer and use it in GitHub Desktop.
Save zincplusplus/1538650 to your computer and use it in GitHub Desktop.
candy
/**
* candy
*/
background:
radial-gradient(circle, #fff 38%, transparent 38%) 50px 57px,
radial-gradient(circle, #E21777 9%, transparent 9%) 50px -305px,
linear-gradient(left, transparent 45%, #fff 45%, #fff 55%, transparent 55%) 50px 0,
radial-gradient(circle, #000 38%, transparent 38%) 0 -43px,
radial-gradient(circle, #E21777 9%, transparent 9%) 0 -81px,
linear-gradient(left, transparent 45%, #000 45%, #000 55%, transparent 55%);
background-size: 100px 200px;
background-color: #E21777;
<!-- 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