码迷,mamicode.com
首页 > Web开发 > 详细

css盒子学习记录

时间:2018-03-24 22:37:37      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:css盒子学习记录

技术分享图片

css


.divli{
    width:500;
    height:300px;
    border:1px solid gray;
    margin-left:100px;

}

.faceul{
    width:400px;
    height:250px;
    border:1px solid red;
    padding-left:5px;
    margin-left:10px;
}
.faceul li{
    list-style-type:none;
    float:left;  /**向上浮动*/
    width:50px;
    height:52px;
    border:1px solid red;
    margin-right:10px;
    margin-top:5px;
}
.faceul li img{
    margin-top:10px;
    width:40px;
    height:40px;    
}

html

</div>
<h4>盒子模型二</h4>
<br/>
<!--  divli 在布局起到一个控制整个内容显示位置-->
<div class="divli">
<!--  ul 在布局起显示内容是多少-->
<ul class="faceul">
<li><img width="100px" high="100px" src="C:/Users/lw/Pictures/1.jpg"/>
<li><img width="100px" high="100px" src="C:/Users/lw/Pictures/4.jpg"/>
<li><img width="100px" high="100px" src="C:/Users/lw/Pictures/4.jpg"/>
<li><img width="100px" high="100px" src="C:/Users/lw/Pictures/1.jpg"/>
<li><img width="100px" high="100px" src="C:/Users/lw/Pictures/1.jpg"/>
<li><img width="100px" high="100px" src="C:/Users/lw/Pictures/4.jpg"/>
<li><img width="100px" high="100px" src="C:/Users/lw/Pictures/4.jpg"/>
<li><img width="100px" high="100px" src="C:/Users/lw/Pictures/1.jpg"/>
<li><img width="100px" high="100px" src="C:/Users/lw/Pictures/1.jpg"/>
<li><img width="100px" high="100px" src="C:/Users/lw/Pictures/4.jpg"/>
<li><img width="100px" high="100px" src="C:/Users/lw/Pictures/4.jpg"/>
<li><img width="100px" high="100px" src="C:/Users/lw/Pictures/1.jpg"/>
</ul>

</div>

css盒子学习记录

标签:css盒子学习记录

原文地址:http://blog.51cto.com/357712148/2090752

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!