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;
}




文字居中

 

你可能感兴趣的:(Css)