请帮忙检查一下
<!DOCTYPE html>
<html>
<head>
<!-- 此处编写样式 -->
<meta charset="utf-8"/>
<title>3-4作业</title>
<style>
*{margin:0;
padding:0;}
.main{padding:10px;
width:786px;
border:1px #d6d6d6 dashed;
overflow:hidden;
}
.one,.two,.three,.four,.five,.six{border:1px #d6d6d6 solid;
width:240px;
margin:10px;
float:left;
}
p{padding:2px 5px;}
</style>
</head>
<body>
<!-- 此处写代码 -->
<div class="main">
<div class="one">
<span><img src="http://img1.sycdn.imooc.com/climg//590fe9770001e63102400135.jpg"/></span>
<p>欢迎来到慕课网学习新知识!</p>
</div>
<div class="two">
<img src="http://img1.sycdn.imooc.com/climg//590fe97d00011bda02400135.jpg"/>
<p>欢迎来到慕课网学习新知识!</p>
</div>
<div class="three">
<img src="http://img1.sycdn.imooc.com/climg//590fe982000150ba02400135.jpg"/>
<p>欢迎来到慕课网学习新知识!</p>
</div>
<div class="four">
<img src="http://img1.sycdn.imooc.com/climg//590fe9770001e63102400135.jpg"/>
<p>欢迎来到慕课网学习新知识!</p>
</div>
<div class="five">
<img src="http://img1.sycdn.imooc.com/climg//590fe97d00011bda02400135.jpg"/>
<p>欢迎来到慕课网学习新知识!</p>
</div>
<div class="six">
<img src="http://img1.sycdn.imooc.com/climg//590fe982000150ba02400135.jpg"/>
<p>欢迎来到慕课网学习新知识!</p>
</div>
</div>
</body>
</html>


恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星