Skip to content

Instantly share code, notes, and snippets.

@victusfate
Created March 7, 2011 13:09
Show Gist options
  • Select an option

  • Save victusfate/858479 to your computer and use it in GitHub Desktop.

Select an option

Save victusfate/858479 to your computer and use it in GitHub Desktop.
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