CSS text-shadow property
CSS allows you to make your text more interesting by adding shadows. You can define what type of shadow you want with the text-shadow
property.
Each shadow can have up to 4 values:
In the example above, the heading has a light purple shadow with an 8px radius, an 8px vertical offset, and a 0px horizontal offset.