div居中

作者: 米诺zuo | 来源:发表于2018-06-19 21:21 被阅读8次
<div style="width:100px;
            height:100px;
            border:1px solid red;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;">好的</div>

<div style="width:100px;
            height:100px;
            border:1px solid red;
            margin: auto;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);">好的</div>

相关文章

网友评论

      本文标题:div居中

      本文链接:https://www.haomeiwen.com/subject/csuzeftx.html