With CSS3 we can apply shadows to text in our website. The text-shadow property is used as follows:

text-shadow: 1px 1px 1px #000;
 

Leave a Comment