Created
July 11, 2010 07:55
-
-
Save luishdez/471382 to your computer and use it in GitHub Desktop.
CSS gradient cross browser
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: #f78d1d; | |
| background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); | |
| background: -moz-linear-gradient(top, #faa51a, #f47a20); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment