Last active
March 24, 2016 10:34
-
-
Save mexiter/14a391657fdc2d947aa1 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: -moz-linear-gradient(left, rgba(237,237,237,1) 36%, rgba(237,237,237,0.98) 37%, rgba(237,237,237,0) 100%); /* FF3.6-15 */ | |
background: -webkit-linear-gradient(left, rgba(237,237,237,1) 36%,rgba(237,237,237,0.98) 37%,rgba(237,237,237,0) 100%); /* Chrome10-25,Safari5.1-6 */ | |
background: linear-gradient(to right, rgba(237,237,237,1) 36%,rgba(237,237,237,0.98) 37%,rgba(237,237,237,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ | |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#00ededed',GradientType=1 ); /* IE6-9 */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment