Skip to content

Instantly share code, notes, and snippets.

@stubbornella
Created March 1, 2013 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stubbornella/5063404 to your computer and use it in GitHub Desktop.
Save stubbornella/5063404 to your computer and use it in GitHub Desktop.
CSSConf gradient
/* 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;*/
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
@jamiebuilds
Copy link

Renders surprisingly well in the browsers I looked at (Chrome 25, Safari 6, Firefox 19, IE 9/10)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment