Monday, December 1, 2008

Text Effect using css

















Text Effect Of Glow

h6 {
height:50;
width:400;
font-size:20pt;
font-weight:bold;
filter:Glow(Color=#FFFF00, strength=10)
}

Text Effect of Blur

h5 {
height:50;
width:400;
font-size:20pt;
font-weight:bold;
filter:Blur(Direction=1, Strength=8)
}

Text Effect of Shadow

h4{
height:50;
color:orange;
width:400;
font-size:20pt;
font-weight:bold;
filter:shadow(Color=green)
}

Rotate text in horizontal position
h6{
height:50;
width:400;
font-size:20pt;
font-weight:bold;
filter:fliph()
}

Rotate text in vertical position
h6{
height:50;
width:400;
font-size:20pt;
font-weight:bold;
filter:fliph()
}







No comments: