css3-文字旋转


<meta charset="utf-8"/>
<style>
* {margin: 0; padding: 0;}
ul {
height: 80px;
background: #30C2A5;
width: 290px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
li {
list-style: none;
float: left;
margin-left: 5px;
font: 30px/80px arial;
color: #fff;
animation: one 2s infinite;
}
li:nth-child(1){animation-delay:0.1s;}
li:nth-child(2){animation-delay:0.2s;}
li:nth-child(3){animation-delay:0.3s;}

@keyframes one{
0%{transform:rotateY(0)}
100%{transform:rotateY(360deg)}
}
</style>
<ul>
<li>大</li>
<li>家</li>
<li>好</li>
</ul>
优质内容筛选与推荐>>
1、设计原则之依赖倒置原则
2、ORA-00845: MEMORY_TARGET not supported on this system
3、flexible.js 布局详解
4、“亚信科技杯”南邮第七届大学生程序设计竞赛之网络预赛 (K L题解) CSS出题
5、6_服务与计划任务


长按二维码向我转账

受苹果公司新规定影响,微信 iOS 版的赞赏功能被关闭,可通过二维码转账支持公众号。

    阅读
    好看
    已推荐到看一看
    你的朋友可以在“发现”-“看一看”看到你认为好看的文章。
    已取消,“好看”想法已同步删除
    已推荐到看一看 和朋友分享想法
    最多200字,当前共 发送

    已发送

    朋友将在看一看看到

    确定
    分享你的想法...
    取消

    分享想法到看一看

    确定
    最多200字,当前共

    发送中

    网络异常,请稍后重试

    微信扫一扫
    关注该公众号