码迷,mamicode.com
首页 > 其他好文 > 详细

图片在div里面如何居中

时间:2018-12-27 13:33:23      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:如何   position   enter   nsf   head   图片   transform   pos   ati   

<style type="text/css">
body {
background-color: #ececec;
}

.d1 {
text-align: center;
position: relative;
height: 200px;
}

.d2 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
</style>
</head>

<body>
<div class="d1">
<span class="d2">
<img width="100px" height="100px" src="../image/api_1.png" >
<p>ssss</p>
</span>
</div>

图片在div里面如何居中

标签:如何   position   enter   nsf   head   图片   transform   pos   ati   

原文地址:https://www.cnblogs.com/feiwenstyle/p/10184133.html

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