Wavy Text

Wavy Text

You can make wavy text effect with CSS. This is very simple way to make different style in your website.
Create a script as below. You will get text effect like image above.


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Wavy Text</title>
</head>
<body>
<center>
<div style="FONT-SIZE: 24pt; FILTER: Wave(Add=0, Freq=5, LightStrength=20, Phase=20, Strength=5); WIDTH: 250px; COLOR: red; FONT-FAMILY: Arial Black; HEIGHT: 80px">
This is Wavy Text with CSS</div>
</center>
</body>
</html>

By using the CSS that is FILTER: Wave (_) then can be created wavy text effect.

Text Waves: with CSS you can create special effects in you want without making the picture.

0 comments:

Post a Comment