CSS ajoute une ombre sous le texte

.red-text-shadow {
  text-shadow: red 0 5px;
}
Relieved Rat