Skip to content

Instantly share code, notes, and snippets.

@k2052
Created August 6, 2012 19:16
Show Gist options
  • Save k2052/3277695 to your computer and use it in GitHub Desktop.
Save k2052/3277695 to your computer and use it in GitHub Desktop.
CSS Gradient Syntax
background-image: -moz-linear-gradient(-90deg, rgba(0,0,0,1) 0%,
@include background-image(linear-gradient(left top, rgba(30,87,153,1) 0%,rgba(41,137,216,0.67) 50%,rgba(37,131,210,0.59) 63%,rgba(32,124,202,0.78) 80%,rgba(125,185,232,1) 100%));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment