摘要: 1、正方形最终效果:CSS代码如下:1 #square {2 width: 100px;3 height: 100px;4 background: red;5 }2、长方形最终效果:CSS代码如下:1 #rectangle {2 width: 200px;3 ... 阅读全文
posted @ 2015-04-24 14:06 笑笑时空 阅读(156) 评论(0) 推荐(0)