div设置水平垂直居中

 width: 300px;
 height: 300px; 
 margin: 0 auto; /*水平居中*/
 position: relative;
 top: 50%; /*偏移*/
 margin-top: -150px; //div高度的一半
posted @ 2020-07-02 14:41  Mr.peter  阅读(144)  评论(0编辑  收藏  举报