The text-shadow property adds shadow to text.This property accepts a comma-separated list of shadows to be applied to the text.
text-shadow: h-shadow v-shadow blur-radius color|none|initial|inherit;
h1 { text-shadow: 2px 2px #ff0000; }