📪Text shadow

.text-shadow-{color}

Adds a text shadow with the specified color.

CSS equivalent: text-shadow: {value};

Example usage:

<span class="text-shadow-red">This text has a red text shadow.</span>

Last updated