css使文字垂直水平居中

.ha{
width: 200px;
height: 200px;
padding: 0;
font-size: 30px;
font-weight: 800px;
color: chartreuse;
border: solid 1px darkblue;
text-align: center;
display: table-cell;
vertical-align:middle
}

<div class="ha" name="ha" id="ha">哈罗单车</div>

结果如下

 


posted @ 2018-11-27 10:37  一阙梅曲香素笺  阅读(1790)  评论(0编辑  收藏  举报