Created
March 1, 2013 09:07
-
-
Save stubbornella/5063404 to your computer and use it in GitHub Desktop.
CSSConf gradient
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
/* CSSConf gradient */ | |
height: 100%; | |
background-color: #96cd23; | |
background-image: radial-gradient( | |
hsla(330, 50%, 60%,0) 10%, | |
#c69 12%, | |
#c69 18%, | |
hsla(330, 50%, 60%,0) 20%, | |
hsla(330, 50%, 60%,0) 44%, | |
#c69 46%, | |
#c69 52%, | |
hsla(330, 50%, 60%,0) 54%, | |
hsla(330, 50%, 60%,0) 83%, | |
#c69 85%, | |
#c69 91%, | |
#fc0 93%); | |
background-size: 78px 78px; | |
background-position: 0 0; | |
/*background-repeat: no-repeat;*/ |
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":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Renders surprisingly well in the browsers I looked at (Chrome 25, Safari 6, Firefox 19, IE 9/10)