We know the css ‘text-shadow’ property. Now you can use text shadow property to make glow effect. See the below code.
CSS:
.text
{
text-shadow: 0 0 10px #c61a1a;
font-size:50px;
color:#c61a1a;
}
HTML:
<div class="text"> Text Shadow </div>
The result looks like this:

This is a wonderful tutorial, I have always wanted to know what such things meant. The color coded template is a good way to learn Blogger Template customizing. Thanks for the great service. Cheers,
Excellent tutorial, I’ve learned a lot from this site! Thanks a lot!
This is a picture…What about ie???
Sorry to say you that CSS Text Glow Effect won’t work in IE. There are some CSS hacks for IE. You use that but it is not so smooth and beautiful.