阅读背景:

div在父元素内上下左右居中

来源:互联网 

(1)宽度和高度已知的

  

     .box {
            width: 400px;
            height: 200px;
            position: relative;
            background: red;
        }
        .content {
            width: 200px;
            height: 100px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -100px;
            margin-top: -50px;
            background: green;
        }
         .box {
            



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: