美文网首页
垂直居中

垂直居中

作者: 饥人谷_流水 | 来源:发表于2019-01-08 13:51 被阅读0次
    <div class="cell">
      <div class="box"></div>
    </div>
    
    .box {
      width: 100px;
      height: 100px;
      margin: auto;
      background: slateblue;
    }
    
    .cell {
      width: 200px;
      height: 200px;
      display: table-cell;
      vertical-align: middle;
      background: deepskyblue;
    }
    

    相关文章

      网友评论

          本文标题:垂直居中

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