Skip to content

Instantly share code, notes, and snippets.

@mmottola24
Created March 22, 2011 15:55
Show Gist options
  • Save mmottola24/881462 to your computer and use it in GitHub Desktop.
Save mmottola24/881462 to your computer and use it in GitHub Desktop.
Linear Gradients
-moz-linear-gradient(center top , #6DC3E6, #0C5FA3) repeat scroll 0 0 transparent
@knicklabs
Copy link

background-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(white));
background-image: -webkit-gradient(linear, top left, top right, color-stop(1, blue), color-stop(.5, green), color-stop(.4, darkGray), color-stop(0, black));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment