Return to Snippet

Revision: 58971
at August 12, 2012 10:09 by satie83


Initial Code
background: -webkit-gradient(linear, left top, left bottom, from(#74b8d7), to(#437fbc));
background: -moz-linear-gradient(top,  #74b8d7,  #437fbc);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#74b8d7', endColorstr='#437fbc');

Initial URL


Initial Description


Initial Title
CSS - Adding a gradient – linear-gradient

Initial Tags
css, background, CSS3

Initial Language
CSS