I have this in my CSS file:
#text p {text-shadow: 0px 1px 0pt rgba(0, 0, 0, 0.50) }
But when I check it against CSS3 I get this error:
Value Error : text-shadow Too many values or values are not recognized : 0 1px 0 rgba(0,0,0,0.5 )
How to fix it please without altering the effect?
Thanks in advance.