..:: Skillfully use CSS to make WordArt::. |
|
We can get a lot of unexpected effects if we apply the features and combinations of CSS filters flexibly. This is a number of effect demonstrations for your reference. |
|
With the effect of the blur filter, the code is as follows: Filter:blur (direction=135,strength=8) |
|
With the effect of the DropShadow filter, the code is as follows: Filter:dropshadow (color= #B4BBCF, offx=6,offy=6,positive=1) |
|
With the effect of the glow filter, the code is as follows: Filter:glow (color= #B4BBCF, strength=5) |
|
This effect uses two filters: Shadow and Alpha, and the code is as follows: Filter:alpha (opacity=100,finishiopacity=0,style=1) Shadow (color= #8C96B5, direction=135) |
|
West Department Electronic |
This effect also uses two filters mask and shadow, the code is as follows: Filter:mask (CO Lor= #E1E4EC) Shadow (color= #8C96B5, direction=135) chroma (color= #E1E4EC) Note: Mask color to match the background color of the Web page, The color of the font is determined by shadow. |
If the effect is engraved, then the effect should be embossed, with two filters to achieve mask and Dropshado W, note that the color of the mask should be consistent with the background color of the page, or the mask and chroma to use, can achieve the same effect. The code is as follows: Filter:mask (color= #E1E4EC) DropShadow (color= #B4BBCF, offx=-3,offy=-3,positive=1) Chroma (color = #E1E4EC) " |
Use the Glow filter to make hollow words by setting the font color to the background color and then setting the value of the Glow filter's strenght can be 1 or 2. The code for this effect is as follows: Filter:glow (color= #8C96B5, strength=2) Shadow (color= #B4BBCF, direction=135) |
|
code listed above is: Filter:mask (color= #E1E4EC) Shadow (color= #B4BBCF, direction=135) Chroma (color = #E1E4EC) Note: The color of the font is determined by shadow, mask and chroma are the same color, and the colors are arbitrary. The code in the middle of is: Filter:glow (strength=1) Mask (color= #B4BBCF) Chroma (color= #B4BBCF) Note: Mask and chroma have the same color, which determines the color of the font. The code for the latter is: Filter:mask (color= #E1E4EC) DropShadow (color= #B4BBCF, offx=-3,offy=-3,positive=1) Chroma (color= #E1E4EC) Note: Mask and chroma have the same color, color is determined by DropShadow. |
|
|
The code for this effect: Filter:glow (strength=4) Mask (color= #E1E4EC) |
|