Created
August 6, 2012 19:16
-
-
Save k2052/3277695 to your computer and use it in GitHub Desktop.
CSS Gradient Syntax
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-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