how to add 2 text shadows

CSS
p {
  text-shadow: 1px 1px 1px #000, 3px 3px 5px blue; 
}
Source

Also in CSS: