文字居中

单行文字:

已知div的高度:
  {
   text-align: center;
   line-height: div高度;
  }

多行文字:
  父级 {
      display:table        
    }
        text {
                display: table-cell
                vertical-align: middle
        }

posted @ 2017-07-08 20:27  Easty  阅读(95)  评论(0)    收藏  举报