CSS3 font to make flame effect steps

Source: Internet
Author: User
We know that CSS3 can make a lot of cool animation effect, then today's teaching is how to use CSS3 font style to make realistic fire effect text, let's look at it together.

Html:<body><p> Fire Fire Fire </p></body>css:<style>body{font-size:120px font-family: ' Microsoft ya Black '; Background: #000; Color: #fff;} @-webkit-keyframes test{0%{text-shadow:0 0 20px #fefcc9, 10px-10px 30px #feec85, 20px-20px 40px #ffae34, 20px-40px 50px #f3d131, 0-80px 70px #f38e1c;} 30%{text-shadow:0 0 20px #fefcc9, 10px-10px 30px #feec85, 20px-20px 40px #ffae34, 20px-40px 50px #f3d131, 10px-90px 80px #f38e1c;} 60%{text-shadow:0 0 20px #fefcc9, 10px-10px 30px #feec85, 20px-20px 40px #ffae34, 20px-40px 50px #f3d131, 0px-80px 100px #f38e1c;} 100%{text-shadow:0 0 20px #fefcc9, 10px-10px 30px #feec85, 20px-20px 40px #ffae34, 20px-40px 50px #f3d131, 0-80px 70px #f38e1c;}} p{font-weight:bold; color: #fff; text-shadow:0 0 20px #fefcc9, 10px-10px 30px #feec85, 20px-20px 40px #ffae34, 20px-40px 50px #f3d131, 0-80px 70px #f38e1c; animation:1s t EST linear Infinite;} </style>


Believe that you have seen these cases you have mastered the method, more wonderful please pay attention to the PHP Chinese network other related articles!

Related reading:

Make Div width Adaptive teaching

The relationship between Web pages and DIV+CSS

Development experience of using H tags in web pages

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.