CSS3 Text-shadow

Data October 9th, 2009
Commenti No Comments
  • Share

snapper1255110794131For today, since I’m very busy to think some solutions for the graphic of this website (and to promote the inclusion in google index…but seems to be difficult!) , the matter is Cascading Style Sheet version 3.

In particular I found very useful the property: text-shadow

We can obtain, effects like this for text-shadow:

This is an amazing effect!

using in the css style sheet the string: text-shadow: 2px 2px 4px #220000;

that for browser that support CSS3 appears as in this picture:

snapper1255109742791

Using multiple text shadow we can obtain effect like this:

This is an amazing effect!

Some other examples are available from the w3c website and at the css3.info website.

Leave a Reply


Back to Top ↑