美文网首页
div垂直居中

div垂直居中

作者: 爱吃猫的老虎 | 来源:发表于2018-11-20 10:08 被阅读7次
    .div01 {
              width:500px;
              height:500px;
              position:relative;
    }
     .div02 {
                width:200px;
                height:200px;
                margin: auto;  
                position: absolute;  
                top: 0; left: 0; bottom: 0; right: 0; 
    }
    

    相关文章

      网友评论

          本文标题:div垂直居中

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