catsembroidery.com
<span style="font-size: 72px; color: red; text-shadow: 1px 1px 0px yellow;">catsembroidery.com</span>
The example is text shadow, as a style, inside a span tag.
This text-shadow will work as a style in a <p> <span> <td> <li> and most places text is used.
First number is shadow right or left(-)
Second number is shadow up(-) or down.
Third number is a positive number for spread.
catsembroidery.com
This text-shadow will work as a style in a <p> <span> <td> <li> and most places text is used.
First number is shadow right or left(-)
Second number is shadow up(-) or down.
Third number is a positive number for spread.
<p style="color: red; font-size: 75px; font-weight: 800; text-shadow: -1px -1px 0px pink, 1px 1px 0px yellow, 2px 2px 0px red, 2px 2px 0px blue, 3px 3px 10px yellow;">
catsembroidery.com</p>
catsembroidery.com
<span style="box-shadow: 1px 1px 0px red, 2px 2px 0px yellow, 3px 3px 0px blue, 4px 4px 0px red, 5px 5px 0px blue, 6px 6px 0px red, 7px 7px 7px white; font-size: 80px;">catsembroidery.com</span>
catsembroidery.com
<span style="box-shadow: 1px 1px 0px red, 2px 2px 0px yellow, 3px 3px 0px blue, 4px 4px 0px red, 5px 5px 0px blue, 6px 6px 0px red, inset 9px 9px 20px white, inset -4px -4px 10px white; font-size: 80px;">catsembroidery.com</span>