Skip to content

Instantly share code, notes, and snippets.

@Freeaqingme
Created October 18, 2012 12:39
Show Gist options
  • Save Freeaqingme/3911540 to your computer and use it in GitHub Desktop.
Save Freeaqingme/3911540 to your computer and use it in GitHub Desktop.
#layout{
background-image: linear-gradient(bottom, #7D7D7D 42%, #FAFAFA 100%);
background-image: -o-linear-gradient(bottom, #7D7D7D 42%, #FAFAFA 100%);
background-image: -moz-linear-gradient(bottom, #7D7D7D 42%, #FAFAFA 100%);
background-image: -webkit-linear-gradient(bottom, #7D7D7D 42%, #FAFAFA 100%);
background-image: -ms-linear-gradient(bottom, #7D7D7D 42%, #FAFAFA 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.42, #7D7D7D),
color-stop(1, #FAFAFA)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment