Created
January 14, 2012 19:00
-
-
Save LeaVerou/1612527 to your computer and use it in GitHub Desktop.
Elliptical gradient test
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
/** | |
* Elliptical gradient test | |
*/ | |
background: #f06; | |
background: radial-gradient(closest-side, #f06 98%, gold 99%); | |
min-height:100%; |
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","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment