Return to Snippet

Revision: 31351
at September 3, 2010 05:00 by wayneberry


Initial Code
-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(0,0,0)),
    color-stop(1, rgb(255,255,255))
)
-moz-linear-gradient(
    center bottom,
    rgb(0,0,0) 0%,
    rgb(255,255,255) 100%
)

Initial URL

                                

Initial Description

                                

Initial Title
CSS3 Linear Gradient

Initial Tags

                                

Initial Language
CSS