CSS3 Gradient Generator
march 2010 by rc
-webkit-gradient(
linear,
15 28,
15 -15,
color-stop(1, rgb(240,240,239)),
color-stop(1, rgb(248,247,248))
)
-moz-linear-gradient(
center 28,
rgb(240,240,239) 100%,
rgb(248,247,248) 100%
)
css
design
gradient
linear,
15 28,
15 -15,
color-stop(1, rgb(240,240,239)),
color-stop(1, rgb(248,247,248))
)
-moz-linear-gradient(
center 28,
rgb(240,240,239) 100%,
rgb(248,247,248) 100%
)
march 2010 by rc
Copy this bookmark: