Text shadow effect in css
To create a shadow text effect in CSS, the properrty text-shadow was introduced in the draft of the CSS3 text module. Unfortunately, this css3 property is not yet part of the specifications and is not supported by all browsers (see CSS3 text-shadow property ). In the meantime, let's see how to recreate the same effect using only css2.1 rules. First with a duplicate content of the text, then instead creating ...
Read more ›