I used CSS3 gradient, I got the syntext from css3please but W3 CSS validator giving me errors. how to solve this? the error message is - Value Error : background-image: linear-gradient(to bottom,#688867,#556f64) is not a background-image value : linear-gradient(to bottom,#688867,#556f64)
I used CSS3 gradient, I got the syntext from css3please but W3 CSS validator giving me errors. how to solve this? the error message is - Value Error : background-image: linear-gradient(to bottom,#688867,#556f64) is not a background-image value : linear-gradient(to bottom,#688867,#556f64)
CSS validation isn't that important as long as the syntax is correct. Using CSS3 features will render an error.