css comment ajouter une double ombre au texte

p{
  text-shadow: 2px 2px 2px #ff0000, 4px 4px 2px #00ff00;
}
Annoying Anaconda