Which of the following options results in a shadow displaced to the left?
text-shadow: 0 -5px 0 black;
text-shadow: -5px 0 0 black;
text-shadow: 0 5px 0 black;
text-shadow: 5px 0 0 black;