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

h5 上下左右前后居中

时间:2019-12-24 18:40:57      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:orm   relative   pos   web   上下   out   ack   上下左右   webkit   

.outer {
width: 200px;
height: 200px;
background: red;
position: relative;
}

.inner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
}

h5 上下左右前后居中

标签:orm   relative   pos   web   上下   out   ack   上下左右   webkit   

原文地址:https://www.cnblogs.com/honghong75042/p/12092550.html

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