When you build a web page, there are some special texts needed to glow. In the case, how do you achieve the impact? Are you confused? Don’t worry. You can use CSS style to help you achieve this easily. The glowing text can attract people’s attention, beautify the page, and emphasize the important content. So it is necessary to master the technique. It is a small technique that uses CSS to create glowing texts, but it is really very common in building web pages. Now let us begin.
Firstly, create a CSS style that has the glowing impact. Select the TEXT—CSS styles—NEW command in the menu, and open the New Style Rule dialog box, set Selector Tape at Class, put in the Name, and define in This Document Only. Click Ok and open the rule definition dialog box.
Secondly, in the second dialog box, set the Size as 24 pixels, and set the color as #BDBDBFE. You can choose the size and color by yourself according to the need. Then, at the left of the dialog box, there is a Category list, selecting Extensions. In the Filter list, select Glow (Color=? Strength=?) , set color as #FF0000, strength as 10. Click OK. As the following picture showing.
Thirdly, select the text that you want to have a glowing text. Then select the new CSS style, apply the impact to the text. Save the document and preview it. The impact is like this:
In addition you also can use CSS styles to create the shadowing text. The way is like such. You just need to select the Shadow in the Extensions Filter list. You can do it by yourself.
Most of the text impacts are achieved in the CSS styles. If you want to change the appearance of the text, don’t hesitate to use CSS styles. Yeah, do you master it absolutely? Please practice once more and find more wonder about CSS styles.

