Skip to content

Instantly share code, notes, and snippets.

@weivall
Created April 24, 2012 14:20
Show Gist options
  • Save weivall/2480062 to your computer and use it in GitHub Desktop.
Save weivall/2480062 to your computer and use it in GitHub Desktop.
css gradient
background: -o-linear-gradient(top, #b4d807 0%, #8ca800 100%);
background: -moz-linear-gradient(top, #b4d807 0%, #8ca800 100%);
background: -webkit-linear-gradient(top, #b4d807 0%, #8ca800 100%);
background: -ms-linear-gradient(top, #b4d807 0%, #8ca800 100%);
background: linear-gradient(top, #b4d807 0%, #8ca800 100%);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment