Text Glow Effect
By combining CSS with function filter: glow to create a glow effect. You do not believe? Please try the following script:
<html>
<head>
<title>Glow Text</title>
</head>
<body backgroud>
<TABLE style="FILTER: GLOW(color=blue, strength=4)">
<TBODY>
<TR>
<TD><FONT color=#00FF00 size=5>This is text with glow effect. It's not a picture</FONT></TD>
</TR></TBODY></TABLE>
</body>
</html>
Text Glow: the addition of CSS script to create a certain effect on the text, such as glow effects on the text above.
0 comments:
Post a Comment