Skip to content

Instantly share code, notes, and snippets.

@jeremyboggs
Created March 8, 2012 20:32
Show Gist options
  • Save jeremyboggs/2003260 to your computer and use it in GitHub Desktop.
Save jeremyboggs/2003260 to your computer and use it in GitHub Desktop.
multiple gradients on one div
div {
width: 500px;
height: 100px;
background-image:
-webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%),
-webkit-linear-gradient(top, rgba(255,200,0,1) 0%,rgba(255,200,0,0) 100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment