Skip to content

Instantly share code, notes, and snippets.

@trivektor
Created January 9, 2013 20:49
Show Gist options
  • Select an option

  • Save trivektor/4496809 to your computer and use it in GitHub Desktop.

Select an option

Save trivektor/4496809 to your computer and use it in GitHub Desktop.
Inner radial gradient
background-image: -webkit-gradient(radial, 50% 50%, 1, 50% 50%, 283, color-stop(0, rgba(112, 66, 20, 0.2)), color-stop(1, rgba(112, 66, 20, 0.4)));
background-image: -webkit-radial-gradient(rgba(112, 66, 20, 0.2), rgba(112, 66, 20, 0.4));
background-image: -moz-radial-gradient(rgba(112, 66, 20, 0.2), rgba(112, 66, 20, 0.4));
background-image: radial-gradient(rgba(112, 66, 20, 0.2), rgba(112, 66, 20, 0.4));
-webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment