Skip to content

Instantly share code, notes, and snippets.

@Hunter-Dolan
Created July 27, 2011 20:19
Show Gist options
  • Save Hunter-Dolan/1110277 to your computer and use it in GitHub Desktop.
Save Hunter-Dolan/1110277 to your computer and use it in GitHub Desktop.
background: #fefffe; /* Old browsers */
background: -moz-linear-gradient(top, #fefffe 0%, #c1c1c1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefffe), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefffe 0%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefffe 0%,#c1c1c1 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #fefffe 0%,#c1c1c1 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffe', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #fefffe 0%,#c1c1c1 100%); /* W3C */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment