50字范文,内容丰富有趣,生活中的好帮手!
50字范文 > CSS3发光字动画

CSS3发光字动画

时间:2022-08-27 17:42:23

相关推荐

CSS3发光字动画

<!doctypehtml>

<html>

<head>

<metacharset="utf-8">

<title>无标题文档</title>

<style>

*{margin:0;padding:0}

img{width:200px;height:200px;border:2pxsolid#000}

.backh5{

font-size:4em;

color:#f2050b;

text-align:center;

animation:warning1.5sinfiniteease-in;

}

@keyframeswarning{

from{

text-shadow:0px0px4px#000000;

}

50%{

text-shadow:0040px#000000;

}

to{

text-shadow:004px#000000;

}

}

</style>

</head>

<bodyid="quiz">

<divclass="back">

<h5>我叫张小蕾</h5>

</div>

</body>

</html>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。