What's new

How to add glow to text with CSS

McStormify

Expert Talker
PF Member
Messages
836
Highlights
0
Reaction score
0
Points
602
Peak Coin
0.000000¢
DB Transfer
0.000000¢
Hi Guys!

Another new CSS tutorial - quite a short one this time =), but anyway I'm going to show you how to add glow to text with CSS.

This is the code you need to add:

Code:
text-shadow: 0px 0px 5px #YOUR COLOR HERE;

Easy as that! You can do this with normal text, or links =)

Click here for a demo.
 
Re: [CSS] How to add glow to text with CSS

Just be careful about using that... Too much shadows like this and your forum lags like hell. But a few effects like this would not hurt. =)
 
Back
Top