text-shadow
The text-shadow property adds a shadow to the text. It accepts a comma-separated list of shadows to be applied to the text and any of its decorations.
h1 {
text-shadow: 4px 2px blue;
}
The text-shadow property adds a shadow to the text. It accepts a comma-separated list of shadows to be applied to the text and any of its decorations.
h1 {
text-shadow: 4px 2px blue;
}