Created
March 7, 2011 13:09
-
-
Save victusfate/858479 to your computer and use it in GitHub Desktop.
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
| body { | |
| /* CSS3 Radial Gradients */ | |
| color:#666; | |
| background-image:-moz-radial-gradient(center -100px 45deg, circle farthest-corner, #999 25px, #000 450px); | |
| background-image:-webkit-gradient(radial, 50% 0, 25, 50% 0, 450, from(#999), to(#000)); | |
| color: #000000; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment