text-shadow
The text-shadow CSS property accepts a comma-separated list of shadow effects to be applied to the text of the element.
CSS
JS
object.style.textShadow = "value";
Values
<'text-shadow'> = none | [ <color>? && <length>{2,3} ]#
<color>
Specifies the color using a keyword or a numerical specification.
<length>
Specifies the length using a number followed by a unit of measurement.
Initial
none
color
length
JS