Skip to content

Instantly share code, notes, and snippets.

@arkiver
Created September 30, 2012 18:52
Show Gist options
  • Save arkiver/3808133 to your computer and use it in GitHub Desktop.
Save arkiver/3808133 to your computer and use it in GitHub Desktop.
emailer radial gradient
.center_container{
background-image: -webkit-radial-gradient(50% 25%, 1140px 1040px, rgba(255, 255, 255, 255) 0%, rgb(152, 215, 43) 38%);
background-image: -ms-radial-gradient(50% 25%, 1140px 1040px, rgba(255, 255, 255, 255) 0%, rgb(152, 215, 43) 38%);
background-image: -o-radial-gradient(50% 25%, 1140px 1040px, rgba(255, 255, 255, 255) 0%, rgb(152, 215, 43) 38%);
background-image: radial-gradient(50% 25%, 1140px 1040px, rgba(255, 255, 255, 255) 0%, rgb(152, 215, 43) 38%);
background-image: -moz-radial-gradient(50% 25%, 1140px 1040px, rgba(255, 255, 255, 255) 0%, rgb(152, 215, 43) 38%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment