CSS3 Text Shadow

CSS3 Text Shadow

If you want to add a shadow effect to your HTML text then follow the simple ‘how to‘ below. Adding the shadow is easy and can really transform your text, making your design look fresh and creative.


How to add the CSS3 text-shadow

Just add the following line of code to your existing CSS file:

h1 { text-shadow: 0.1em 0.1em #000; }

Easy!

Add a comment