Thursday, January 5, 2012

Text-shadow with CSS3, Photoshop like effects using CSS

With the help of CSS3 finally get simple shadow. The text-shadow property is used as follows:


text-shadow: 2px 2px 3px #000;

CSS3 produces the following text with a shadow 3px right and below of the text, which blurs for 3px:



Users of Crome, Webkit 3+, Opera 9.5, Firefox 3.1 should see a grey drop-shadow behind this paragraph.

0 comments: