A.text-shadow:5px 0-2px gray;B.text-shadow:5px -2px 0gray;C.text-shadow:-5px 2px 0gray;
A.原因不明B.瀏覽器不支持該屬性C.屬性設(shè)置錯誤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);