单项选择题
A.text-shadow:5px 0-2px gray;B.text-shadow:5px -2px 0gray;C.text-shadow:-5px 2px 0gray;
A.原因不明B.浏览器不支持该属性C.属性设置错误D.拼写错误
A.background-color:linear-gradient(to right,blue,yellow);B.background:linear-gradient(to left,blue,yellow);C.background-color:linear-gradient(to left,yellow,blue);D.background:linear-gradient(to right,blue,yellow);