CSS to make 11 different styles of special effects text

Source: Internet
Author: User
Tags filter
Css
..:: 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.
Western Electronics

With the effect of the blur filter, the code is as follows:
Filter:blur (direction=135,strength=8)
Western Electronics

With the effect of the DropShadow filter, the code is as follows:
Filter:dropshadow (color= #B4BBCF, offx=6,offy=6,positive=1)
Western Electronics

With the effect of the glow filter, the code is as follows:
Filter:glow (color= #B4BBCF, strength=5)
West Electronic

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.
West Electronic

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) "
West Electronic

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)
West-


West Electronics


-
West-

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.
WELCOME to
WWW.WESTE.COM
The code for this effect:
Filter:glow (strength=4) Mask (color= #E1E4EC)


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.