css(2) html中css實現文字文本垂直居中

.welcome_month_li {
  width: 200px;
  height: 100px;
  display: table;
}
.welcome_month_noData {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table-cell;
    background: red;
}




<div class="welcome_month_li ">
   <div class="welcome_month_noData">
        文字居中
    </div>
</div>

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章