分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 网页技术

css盒子学习记录

发布时间:2023-09-06 01:46责任编辑:顾先生关键词:暂无标签

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盒子学习记录

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

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved