04 2015 档案

摘要:1 /*css3中的布局*/ 2 .wrapper{ 3 margin:auto; 4 width:300px; 5 height:200px; 6 border:2px dotted blue; 7 -webkit-columns:15px 3;/*表示多列布局,每... 阅读全文
posted @ 2015-04-07 21:19 李辉健 阅读(595) 评论(0) 推荐(0) 编辑
摘要:1 /*对元素进行改变(移动、变形、伸缩、扭曲)*/ 2 .wrapper{ 3 margin:100px 100px auto auto; 4 width:300px; 5 height:200px; 6 border:2px dotted blue; 7 } 8 .... 阅读全文
posted @ 2015-04-07 19:42 李辉健 阅读(533) 评论(0) 推荐(0) 编辑
摘要:1 2 3 4 5 css-keyframes 6 7 8 9 10 11 1 @-webkit-keyframes move{ /*定义名为move的动画函数 目前chrome对其支持较好 所以加-webkit-前缀*/ 2 0%{ ... 阅读全文
posted @ 2015-04-06 19:59 李辉健 阅读(3441) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示