css how to add double shadow to text

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

Also in CSS: