文字特殊效果

下面为效果显示

3D Text

This was made using one span with blur and then another one atop of it.

网页特效代码 网页特效代码

Glass Text

Same tecnique as above but both have alpha filters added.

7stk.com7stk.com

Inner Shadow

First I added a mask() to remove the inside, then a shadow() was added. Since there is nothing inside the shadow is displayed inside. Then I removed the mask using chroma(). Before this I added the same text with a white color and the second text was moved above this using position: relative; left: -200px;

WebFXWebFX

Outline Text

You could just add glow but it looks better if the glowing is placed on the inside. To do this you add mask, glow and chroma.

WebFX