居中动态div

这个问题在这里已经有了答案:

  • 垂直居中一个div在另一个div 23的答案

  • 尝试这个:

    .exactCenter {
        position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 200px;
      height: 100px;
      background-color: #ccc;
      border-radius: 3px;
    }
    

    有很多不同的方式来做到这一点 - 这只是一个简单的例子

    链接地址: http://www.djcxy.com/p/75879.html

    上一篇: Centering Dynamic div

    下一篇: horizontally align center the div with red border