Return to Snippet

Revision: 38580
at January 5, 2011 08:56 by adambundy


Initial Code
.gradient-fill {
  background-image: -moz-linear-gradient(top, #444444, #999999);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #444444),color-stop(1, #999999));
}

Initial URL


Initial Description


Initial Title
css3 gradient fill (FF, webkit)

Initial Tags
CSS3

Initial Language
CSS