html - css background invalid property value for color -
html - css background invalid property value for color -
hi im pretty new css , im having probleem color value beingness wrong
article{ float: left; width: 540px; height: 500px; margin: 10px; overflow: scroll; padding: 0 0 0 0; border: 1px solid #ddd; background: -webkit-gradient(linear, left top, left bottom, from(#94bae7), to(#fff); background: -o-gradient(#94bae7 , #fff); background: -moz-linear-gradient(top, #94bae7 0%, #fff 100%); }
one little ) - close bracket cause problem in line background: -webkit-gradient.
background: -webkit-gradient(linear, left top, left bottom, from(#94bae7), to(#fff));
after to(#fff) utilize close bracket.
html css
Comments
Post a Comment