css| Special Effects
Effect:
3D Text
Here's a stack effect with a blur filter and another one that doesn't work.
ttop.cn ttop.cn
Glass Text
This is the effect of two alpha filters.
Ttop.cnTtop.cn
Inner Shadow
This is a piece of white text first, then add the mask () filter, and then use the shadow () filter, and finally add chroma () filter to form a paragraph after the font, placed in the previous text relative left: -200px position formed.
Ttop.cnTtop.cn
Outline Text
Combined action with mask, glow and chroma three filters
ttop.cn
The perfect combination with marquee
www.Ttop.cn www.Ttop.cn
Source:
<style type= "Text/css" >
<!--
. sample
Font-style:italic; Font-family:arial black;font-size:40px; Font-weight:bold; Cursor:hand;
-->
</style>
<TITLE>CSS Immortal Classic -3d text effects </title>
<div>
<p> below is an overlay effect with the blur filter and the other useless </p>
<p > <span class= "Sample"
Style= "width:200px; height:70; Color:black; Filter:blur (Add=0, direction=135, strength=10); "
>ttop.cn</span><span class= "Sample"
Style= "position:relative; Left:-201; Top:-15; width:200; Color: #2984ff; >
Ttop.cn</span> </p>
<p> This is two with an alpha filter effect </p>
<p > <span class= "Sample"
Style= "width:200px; height:70; Color:lightskyblue; Filter:alpha (opacity=60) Blur (add=0, direction=135, strength=20);
>ttop.cn</span><span class= "Sample"
Style= "position:relative; Left:-201; Top:-15; width:200; Color:lightskyblue; Filter:alpha (opacity=60); "
>Ttop.cn</span> </p>
<p> This is to use a piece of white text, then add the mask () filter, and then use the shadow () filter, and finally add the chroma () filter to form a paragraph after the font, placed in the relative left of the previous text:
Formed on the -200px position. </p>
<p > <span class= "Sample"
Style= "width:200px; height:70; Color:white; "
>ttop.cn</span><span class= "Sample"
Style= "width:200px; height:70; position:relative; Left:-200; Filter:mask (color=red) Shadow (direction=135) chroma (color=red);
>Ttop.cn</span> </p>
<p> with mask, glow and chroma three filters combined action </p>
<p > <span class= "Sample" style= "width:200px; height:70; Filter:mask (color=red) Glow (Color=black, strength=1) chroma (color=red); >Ttop.cn</span> </p>
The perfect combination of <p > <span class= "Sample"
Style= "width:320px; height:70; Color:black; Filter:blur (Add=0, direction=135, strength=10); "
><marquee width:300 height:70 scrollamount= "1" behavior= "alternate" class= "Sample" >www. Ttop.cn</marquee></span>
<span class= "Sample"
Style= "position:relative; Left:-320; Top:-15; width:320; Color: #2984ff; >
<marquee width:320 height:70 scrollamount= "1" behavior= "alternate" class= "Sample" >www. Ttop.cn</marquee></span> </p>
</div>