Skip to content

Instantly share code, notes, and snippets.

@arkiver
Created October 1, 2012 11:39
Show Gist options
  • Save arkiver/3811114 to your computer and use it in GitHub Desktop.
Save arkiver/3811114 to your computer and use it in GitHub Desktop.
radial background image
td.center_main_table{
background-color: rgb(152, 215, 43);
background-image: -webkit-radial-gradient(50% 25%, 1140px 1040px, rgba(255, 255, 255, 255) 0%, rgb(200, 215, 36) 38%);
background-image: -ms-radial-gradient(50% 25%, 1140px 1040px, rgba(255, 255, 255, 255) 0%, rgb(200, 215, 36) 38%);
background-image: -o-radial-gradient(50% 25%, 1140px 1040px, rgba(255, 255, 255, 255) 0%, rgb(200, 215, 36) 38%);
background-image: radial-gradient(50% 25%, 1140px 1040px, rgba(255, 255, 255, 255) 0%, rgb(200, 215, 36) 38%);
background-image: -moz-radial-gradient(50% 25%, 1140px 1040px, rgba(255, 255, 255, 255) 0%, rgb(200, 215, 36) 38%);
background: -moz-radial-gradient(50% 25% , ellipse closest-side, #FFFFFF, #C8D724 120%) repeat scroll 0 0 #C8D724;
background-image: url('http://www.olacabs.com/img/campaigns/back_gradient.jpg')
}
%td.center_main_table{:width => "650px", :style => "background-image: url('http://www.olacabs.com/img/campaigns/back_gradient.jpg')"}
.center_container
.center_upper
%table.center_upper_table
%tr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment