Skip to content

Instantly share code, notes, and snippets.

@tonisuter
Created September 14, 2010 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonisuter/578751 to your computer and use it in GitHub Desktop.
Save tonisuter/578751 to your computer and use it in GitHub Desktop.
-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, rgb(255,255,255)),
color-stop(1, rgb(255,0,0))
)
-moz-linear-gradient(
center top,
rgb(255,255,255) 0%,
rgb(255,0,0) 100%
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment