Created
December 30, 2011 08:16
-
-
Save zincplusplus/1538650 to your computer and use it in GitHub Desktop.
candy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- content to be placed inside <body>…</body> --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment