Text Shadow Effects in CSS3
CSS3 allows you to apply shadows to text and eliminates the need of using Photoshop to do it. It is very simple and all you have to do is just add a new property to an element. It’s: text-shadow: 2px 2px 2px #333; This code will apply a gray show to the text. This effect [...]


