<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style>
*{ margin:; padding:}
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>

最新文章

  1. Automated Memory Analysis
  2. javaEE基础08
  3. 超全!iOS 面试题汇总
  4. C#窗体四边框阴影效果的实现
  5. Android——requestWindowFeature
  6. 基于ArcGIS的栅格图像平滑处理(转)
  7. kafka集群扩容以及数据迁移
  8. 【转】 随机梯度下降(Stochastic gradient descent)和 批量梯度下降(Batch gradient descent )的公式对比、实现对比
  9. Visual Studio Team Services使用教程--邀请团队成员
  10. 学习HTML的第二次课
  11. keras03 Aotuencoder 非监督学习 第一个自编码程序
  12. Tomcat的九个内置对象
  13. POJ--3190 Stall Reservations(贪心排序)
  14. commons工具类 FilenameUtils FileUtils
  15. 因 URL 意外地以“/HelloWorld”结束,请求格式无法识别。
  16. .NET MVC下的日志文件生成法
  17. MongoDB(课时20 游标)
  18. 基于 Flutter 以两种方式实现App主题切换
  19. request请求转换成对象。
  20. Linux命令-防火墙命令:iptables

热门文章

  1. [数据结构与算法]RED-BLACK(红黑)树的实现TreeMap源码阅读
  2. Object-C中的排序和Compare陷阱
  3. netbeans环境的建立
  4. iOS - OC NSData 数据
  5. 刻录DVD_待整理
  6. 06 SQL执行计划
  7. poj3714Raid(平面最近点对)
  8. jQuery DOM基础
  9. PHP 注册树模式
  10. 修正ios h5上传图时的图片方向问题