2018-10-01
中让文字垂直水平的方法

2018-10-01  本文已影响0人  Hie_9e55

单行文字

<div style="width: 200px;height: 56px;line-height: 56px;float: left;">
                <b>DeanDuo</b>
</div>

关键句:line-height: BoxHeight

多行文字

<div style="display: table>
  <div style="display: table-cell;vertical-align: middle">
                        <b>DeanDuo</b>
  </div>
</div>

使用DIV嵌套

上一篇下一篇

猜你喜欢

热点阅读