Text Shadow
Text Shadow
The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its decorations. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color.
Options
Preview
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Code
text-shadow: 5px 5px 10px #000000;