Skip to content

Instantly share code, notes, and snippets.

@patrickkettner
Created April 4, 2012 19:00
Show Gist options
  • Save patrickkettner/2304761 to your computer and use it in GitHub Desktop.
Save patrickkettner/2304761 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background-image: linear-gradient(bottom, rgb(110,85,187) 9%, rgb(143,111,225) 69%);
background-image: -o-linear-gradient(bottom, rgb(110,85,187) 9%, rgb(143,111,225) 69%);
background-image: -moz-linear-gradient(bottom, rgb(110,85,187) 9%, rgb(143,111,225) 69%);
background-image: -webkit-linear-gradient(bottom, rgb(110,85,187) 9%, rgb(143,111,225) 69%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.09, rgb(110,85,187)),
color-stop(0.69, rgb(143,111,225))
);
<!-- content to be placed inside <body>…</body> -->
{"view":"split","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment