Created
September 8, 2013 10:57
-
-
Save bratsun/6483824 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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