/ Published in: CSS
Texto con sombra
Expand |
Embed | Plain Text
.text { text-shadow: 1px 1px 1px #666; filter: Shadow(Color=#666666, Direction=135, Strength=5); }
You need to login to post a comment.
m4tik on 02/11/10
2 people have marked this snippet as a favorite
Texto con sombra
.text { text-shadow: 1px 1px 1px #666; filter: Shadow(Color=#666666, Direction=135, Strength=5); }
You need to login to post a comment.