8月8日
Text Effects
Text Effects
There are many ways to add effects to your text e.g. Bluring, adding shadows, etc. Below are tutorials for adding effects to your text.
Blur
<span style="width: 150; height: 50; font-size: 20px; font-family: arial; color: ff00cc; filter: shadow(color=00ff00, direction=200)">Blur</span>
Blur
Dropshadow
<span style="width: 150; height: 50; font-size: 20px; font-family: arial; color: ff00cc; filter: dropshadow(color=00ff00, OffX=2, OffY=2, positive=2)">Dropshadow</span>
Dropshadow
Flip
<span style="width: 150; height: 50; font-size: 20px; font-family: arial; color: ff00cc; filter: flipv">Flip</span>
Flip
Glow
<span style="width: 150; height: 50; font-size: 20px; font-family: arial; color: ff00cc; filter: glow(color=00ff00, strength=10)">Glow</span>
Glow
Opacity
<span style="width: 150; height: 50; font-size: 20px; font-family: arial; color: ffffff; filter: alpha(opacity=100, finishopacity=0, style=1, startX=0, startY=0, finishX=200, finishY=0)">Opacity</span>
Opacity
Shadow Blur
<span style="width: 150; height: 50; font-size: 20px; font-family: arial; color: ff00cc; filter: blur(add = 1, direction = 220, strength = 10)">Shadow Blur</span>
Shadow Blur
Wave
<span style="width: 150; height: 50; font-size: 20px; font-family: arial; color: ff00cc; filter: wave(add=0, freq=1, lightstrength=20, phase=10, strength=10)">Wave</span>
Wave
Editing The Text
In the above codes there are certain parts that are colour coded, these are the parts which I am going to tell you how to edit.
font-size: 20px
You can change the 20 to whatever size you want.
font-family: arial
You can change this font to whatever font you want (bear in mind that every one of your users must have this font, so use a common one e.g. Times New Roman, Courier, Arial, etc.
color: 00ff00
You can change this colour to whatever you want. For a complete list of HEX colour codes click HERE
TEXT
Replace this text with whatever you want.
Thats it for now, I am hoping to get a generator up online ASAP, check back soon for it!
 |
| |
© RIC-KEEPTHECHANGE123 |