1-4-2实例代码

来源:互联网 发布:您的网络存在安全风险 编辑:程序博客网 时间:2024/06/01 18:25

congratulation!速度越来越快了!

<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Document</title><style type="text/css">.box{width: 520px;height:169px;background-color: grey;margin: 0 auto;padding-top: 15px;}.left{float: left;}.left div{width: 300px;margin-left: 10px;height: 17px;background-color: green;margin-bottom: 10px;}.right{float:left;}.right div{width: 200px;height: 17px;background-color: pink;margin-bottom: 10px;}</style></head><body><div class="box"><div class="left"><div></div><div></div><div></div><div></div><div></div><div></div></div><div class="right"><div></div><div></div><div></div><div></div><div></div><div></div></div></body></html>


0 0
原创粉丝点击