3-2这样写可以吗?还可以改进哪些地方请帮我指出谢谢!
来源:3-2 编程练习
qq_偶鸡桑_03648845
2017-09-15 22:22:15
<!DOCTYPE html>
<html>
<head>
<style>
*{
padding:0;
margin:0;
}
.big{
width:900px;
height:auto;
border:1px solid #ececec;
margin: 20px auto;
overflow: hidden;
zoom:1;
}
.one{
width:300px;
height:150px;
margin: 18px auto;
float:left;
text-align: center;
}
.two{
width:300px;
height:150px;
margin: 18px auto;
float:left;
text-align: center;
}
.three{
width:240px;
height:auto;
margin: 0px auto;
border:1px #ececec solid;
border-top:none;
}
</style><!-- 此处编写样式 -->
</head>
<body>
<div class="big">
<div class="one">
<img src="http://climg.mukewang.com/590fe9770001e63102400135.jpg" title="">
<div class="three">
<p>欢迎来到慕课网学习新知识!</p>
</div>
</div>
<div class="one">
<img src="http://climg.mukewang.com/590fe97d00011bda02400135.jpg" title="">
<div class="three">
<p>欢迎来到慕课网学习新知识!</p>
</div>
</div>
<div class="one">
<img src="http://climg.mukewang.com/590fe982000150ba02400135.jpg" title="">
<div class="three">
<p>欢迎来到慕课网学习新知识!</p>
</div>
</div>
<div class="two">
<img src="http://climg.mukewang.com/590fe9770001e63102400135.jpg" title="">
<div class="three">
<p>欢迎来到慕课网学习新知识!</p>
</div>
</div>
<div class="two">
<img src="http://climg.mukewang.com/590fe97d00011bda02400135.jpg" title="">
<div class="three">
<p>欢迎来到慕课网学习新知识!</p>
</div>
</div>
<div class="two">
<img src="http://climg.mukewang.com/590fe982000150ba02400135.jpg" title="">
<div class="three">
<p>欢迎来到慕课网学习新知识!</p>
</div>
</div>
</div> <!-- 此处写代码 -->
</body>
</html>
1回答
小丸子爱吃菜
2017-09-16
这样写是可以的,效果有实现,完成的不错。
祝学习愉快!
相似问题
回答 2