TinyTools

CSS

Text Shadow Generator

px
px
px
%
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

About Text Shadow

The text-shadow CSS property adds shadow effects to text. It accepts a comma-separated list of shadows to be applied to the text.

Each shadow is specified as an offset from the text, along with optional blur radius and color values.

Syntax: text-shadow: offset-x offset-y blur-radius color;