Which of the following options will add a black shadow to the right of the text?
text-shadow: 0px 5px black;
text-shadow: 5px 0px black;
text-shadow: 0px black 5px;
text-shadow: black 5px 0px;