Created
September 8, 2014 15:12
-
-
Save mattdennewitz/8ca5a43e56c007457fa5 to your computer and use it in GitHub Desktop.
Mojito gradient
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-linear-gradient(90deg, #1D976C 10%, #93F9B9 90%); /* Chrome 10+, Saf5.1+ */ | |
| background: -moz-linear-gradient(90deg, #1D976C 10%, #93F9B9 90%); /* FF3.6+ */ | |
| background: -ms-linear-gradient(90deg, #1D976C 10%, #93F9B9 90%); /* IE10 */ | |
| background: -o-linear-gradient(90deg, #1D976C 10%, #93F9B9 90%); /* Opera 11.10+ */ | |
| background: linear-gradient(90deg, #1D976C 10%, #93F9B9 90%); /* W3C */ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment