Skip to content

Instantly share code, notes, and snippets.

@mexiter
Last active March 24, 2016 10:34
Show Gist options
  • Save mexiter/14a391657fdc2d947aa1 to your computer and use it in GitHub Desktop.
Save mexiter/14a391657fdc2d947aa1 to your computer and use it in GitHub Desktop.
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