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:
Easy as that! You can do this with normal text, or links =)
Click here for a demo.
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.