div垂直居中水平居中css

 860px;
    height: 500px;
    position: absolute;
    margin-left: -430px;
    margin-top: -250px;
    top: 50%;
    left: 50%;

  

原文地址:https://www.cnblogs.com/webapi/p/11391718.html