Skip to content

Instantly share code, notes, and snippets.

@dbox
Created August 16, 2012 20:20
Show Gist options
  • Save dbox/3373317 to your computer and use it in GitHub Desktop.
Save dbox/3373317 to your computer and use it in GitHub Desktop.
Union bank bg
background: #fbfdff; /* Old browsers */
background: -moz-linear-gradient(-45deg, #fbfdff 0%, #e8eff7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fbfdff), color-stop(100%,#e8eff7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #fbfdff 0%,#e8eff7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #fbfdff 0%,#e8eff7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #fbfdff 0%,#e8eff7 100%); /* IE10+ */
background: linear-gradient(135deg, #fbfdff 0%,#e8eff7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdff', endColorstr='#e8eff7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment