网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 生活知识 知识问答

纯css实现div容器内图片上下左右居中

时间:2026-02-18 14:10:56

1、新建html文档。

</div>

纯css实现div容器内图片上下左右居中

4、初始化css代码。

<style>

*{ margin:0; padding:0; list-style:none;}

img{ border:none;}

button, input, select, textarea { font-size: 100% }

textarea { font: 14px/20px "微软雅黑" }

button { border: 0 }

li { list-style: none }

img { border: 0; }

a { color: #06c; text-decoration: none; cursor: pointer; outline: none; hide-focus:expression(this.hideFocus = true);}

a:hover { color: #06c; text-decoration: underline }

.left{ float:left;}

.right{ float:right;}

.clear:after{content:"";display:block;visibility:hidden;height:0;clear:both;}

.clear{zoom:1}</style>

纯css实现div容器内图片上下左右居中

5、书写css代码。

.aaa{ width:600px; height:400px; margin:100px auto;text-align:center;vertical-align:middle;display:block;position:relative; background:#ddd;}

.aaa a{display:table-cell;vertical-align:middle;width:600px; height:400px; }

.aaa a img{max-width:600px;max-height:400px; }

6

纯css实现div容器内图片上下左右居中

7、代码整体结构。

纯css实现div容器内图片上下左右居中

8、查看效果。

纯css实现div容器内图片上下左右居中

© 2026 智德知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com