单行文字
<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嵌套
网友评论