美文网首页
2018-10-01
中让文字垂直水平的方法

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

作者: Hie_9e55 | 来源:发表于2018-10-01 23:23 被阅读0次

单行文字

<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嵌套

相关文章

网友评论

      本文标题:2018-10-01

      中让文字垂直水平的方法

      本文链接:https://www.haomeiwen.com/subject/rykooftx.html