Skip to content

Instantly share code, notes, and snippets.

@bratsun
Created September 8, 2013 10:57
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 bratsun/6483824 to your computer and use it in GitHub Desktop.
Save bratsun/6483824 to your computer and use it in GitHub Desktop.
background: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
background: -webkit-linear-gradient(top, #000000, #000000);
background: -moz-linear-gradient(top, #000000, #000000);
background: -o-linear-gradient(top, #000000, #000000);
background: -ms-linear-gradient(top, #000000, #000000);
background: linear-gradient(top, #000000, #000000);
background-color: #000000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment