<html>
<head>
<style type="text/css">
body{
background-color: green;
} .circle{
margin:0 auto;
margin-top:150px;
background-color: gray;
width: 10em;
height: 10em;
border-radius: 50%;
border: 1.1em solid rgba(255,255,255,0.2);
border-left-color:#fff;
-webkit-animation: load 1.1s infinite linear;
} @-webkit-keyframes load{
from{
transform:rotate(0deg);
}
to{
transform:rotate(360deg);
}
}
</style>
</head>
<body>
<div class="circle">
</div>
</body>
</html>

  

最新文章

  1. AngularJS实例实战
  2. ubuntu 报错: The system is running in low-graphics mode
  3. 无废话ExtJs 入门教程二十[数据交互:AJAX]
  4. 神奇的NOIP模拟赛 T1 LGTB 玩扫雷
  5. WPF——传实体类及绑定实体类属性
  6. JSON 传值 textarea中虚拟换行功能
  7. js--事件对象的理解2
  8. Tomcat 快速入门
  9. NC帮助文档网址
  10. js判断手机端
  11. Centos 05 系统目录讲解
  12. request模块的使用
  13. mongodb数据到MySQL数据库 的迁移步骤
  14. Linux之chkconfig命令
  15. [note]What I’ve learnt from working on startups
  16. 架构师养成记--34.Redis持久化
  17. CF1114F Please, another Queries on Array?
  18. 深入分析JavaWeb Item24 -- jsp2.X自己定义标签开发进阶
  19. Educational Codeforces Round 58 (Rated for Div. 2) 题解
  20. socket上传nsdictionary的json数据异常

热门文章

  1. HDU Sky数 2079 简单易懂的代码
  2. 【线段树】HDU 5443 The Water Problem
  3. UVAlive4287 Proving Equivalences(scc)
  4. 封装实现UIButton左文字右图片
  5. Flask 中的 SQLAlchemy 使用教程
  6. cmd 命令设置UTF8
  7. C++ —— 非常量引用不能指向临时对象
  8. 数字信号处理Day2-小波基与规范正交化
  9. HDU 2896 AC自动机 裸题
  10. QT5: QApplication, no such file or directory