Text shadow

CSS Style

CSS Preview

Text Shadow

{
    text-shadow: 5px 5px 5px #0d95d9;
}
Do you find this helpful?

CSS Text Shadow Maker

The text-shadow CSS property allows adding shadows to the text. The first value sets the horizontal distance(x-offset), the second value sets the vertical distance(y-offset), the third value sets the blur radius and the color value sets the shadow color.

Set a shadow to the text with this great tool in a quick way! You can specify the horizontal and the vertical length of the text's shadow and set the blur radius. Also, give the shadow any color you want.