Created
February 8, 2012 17:28
-
-
Save chrismichaelscott/1771477 to your computer and use it in GitHub Desktop.
Drops or petals
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
| /** | |
| * 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%; |
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