• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
阳光Angel
博客园    首页    新随笔    联系   管理    订阅  订阅
CSS3发光字动画
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style>
*
{ margin:0; padding:0}
img
{ width:200px; height:200px; border:2px solid #000}
.back h5 
{
font-size
: 4em;
color
: #f2050b;
text-align
: center;
animation
: warning 1.5s infinite ease-in;
}
@keyframes warning 
{
from {
text-shadow
: 0px 0px 4px #000000;
}
50% 
{
text-shadow
: 0 0 40px #000000;
}
to 
{
text-shadow
: 0 0 4px #000000;
}
}

</style>
</head>
<body id="quiz">
<div class="back">
 <h5>我叫张小蕾</h5>
</div>
 
</body>
</html>
posted on 2014-11-10 13:45  xiaoleilei  阅读(2218)  评论(0)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3