摘要: 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 李辉健 阅读(590) 评论(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 李辉健 阅读(532) 评论(0) 推荐(0) 编辑