Skip to content

Instantly share code, notes, and snippets.

@thomasbritton
Created May 27, 2013 13:44
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 thomasbritton/5657128 to your computer and use it in GitHub Desktop.
Save thomasbritton/5657128 to your computer and use it in GitHub Desktop.
background: -moz-linear-gradient(top, #ddd, #aaa);
background: -webkit-gradient(linear, center top, center bottom, from(#ddd), to(#aaa));
background: linear-gradient(top, #ddd, #aaa);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment