Dev Tools
NextJs Demo
AboutContact
ss

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

Text Shadow #1
#000000

Preview

Lorem ipsum dolor sit amet consectetur adipisicing elit.

Code

text-shadow: 5px 5px 10px #000000;