Created
December 19, 2011 09:11
-
-
Save anonymous/1496233 to your computer and use it in GitHub Desktop.
snow flake
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
/** | |
* snow flake | |
*/ | |
background: | |
/* trunk */ | |
linear-gradient(90deg, transparent 45%, #fff 45%, #fff 55%, transparent 5%) 0 100px, | |
radial-gradient(circle, transparent 40%, red 40%) 0px 0px, | |
linear-gradient(0, transparent 40%, #fff 40%, #fff 60%, transparent 60%) 50px 50px, | |
linear-gradient(90deg, transparent 40%, #fff 40%, #fff 60%, transparent 60%) 50px 50px, | |
linear-gradient(45deg, transparent 42%, #fff 42%, #fff 58%, transparent 58%) 50px 50px, | |
linear-gradient(135deg, transparent 42%, #fff 42%, #fff 58%, transparent 58%) 50px 50px; | |
background-size: 200px 200px,200px 200px, 100px 100px, 100px 100px, 100px 100px, 100px 100px; | |
background-color: red; | |
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
{"page":"css","view":"split"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment