Created
September 16, 2013 18:21
-
-
Save jaimeguaman/6584469 to your computer and use it in GitHub Desktop.
CSS Gradient Yin Yang.
This file contains 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
/* CSS Gradient Yin Yang. */ | |
html{ | |
background: radial-gradient(circle at 50% 33.3%, black 3%, white 2%, white 17.8%, transparent 0) no-repeat, radial-gradient(circle at 50% 66.8%, white 3%, black 2%, black 17.8%, transparent 0) no-repeat, radial-gradient(circle at 50% 50%, transparent 40%, black 41%, white 25%)no-repeat, -webkit-linear-gradient(left, white 50%, black 50%) no-repeat; | |
background-size:800px 600px; | |
} |
This file contains 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 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
// alert('Hello world!'); |
This file contains 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-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment