CSS-水平和垂直居中

div中水平和垂直居中

 
    200px;height:200px;  /*设置div的大小*/
    border:1px solid green;    /*边框*/
    text-align: center;        /*文字水平居中对齐*/
    line-height: 200px;        /*设置文字行距等于div的高度*/
    overflow:hidden;
原文地址:https://www.cnblogs.com/lanyubaicl/p/9435301.html