Last active
August 29, 2015 14:05
-
-
Save hotmeteor/4da1ecb397cb9c1256a8 to your computer and use it in GitHub Desktop.
Beautiful radial gradient
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
/* as seen at http://uilang.com/ */ | |
main { | |
background: radial-gradient(ellipse farthest-side at 100% 100%, #F8FFF3 10%, #85D8CE 50%, #085078 120%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment