Skip to content

Instantly share code, notes, and snippets.

@kwylez
Created September 24, 2010 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwylez/595392 to your computer and use it in GitHub Desktop.
Save kwylez/595392 to your computer and use it in GitHub Desktop.
#header {
background: #FBFBF9;
background: -webkit-gradient(linear, left 45%, left 90%, from(rgba(253, 251, 252, 1.0)), to(rgba(207, 204, 199, 1.0)));
/* for FF 3.6 */
background: -moz-linear-gradient(rgba(253, 251, 252, 1.0) 45%, rgba(207, 204, 199, 1.0) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FDFBFC, endColorstr=#CFCCC7);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FDFBFC, endColorstr=#CFCCC7)";
text-align: right; padding: 5px 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment