Skip to content

Instantly share code, notes, and snippets.

@aenigme
Created August 25, 2010 01:43
Show Gist options
  • Save aenigme/548670 to your computer and use it in GitHub Desktop.
Save aenigme/548670 to your computer and use it in GitHub Desktop.
CSS3 Gradient Backgrounds
div.box {
-webkit-gradient(linear, left top, left bottom, from(red), to(white));
-moz-linear-gradient(red, white)
width: 480px;
height: 320px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment