Report Bug
Qus : Which is not one of the four defined values for text-shadow in CSS?
Qus CSS में text-shadow के लिए तय चार वैल्यूज़ में से कौन-सी एक नहीं है?

A. The size of the text-shadow
B. he Y-coordinate of the text-shadow
C. The X-coordinate of the text-shadow
D. The blur radius


Solution
A. The size of the text-shadow



Explanation
The CSS text-shadow property has four possible values: text-shadow: x-offset y-offset blur-radius color;



Report Bug