CSS 垂直居中

<div style="height: 200px; 200px; background: #f00; display: table;">
<div style="display: table-cell; text-align: center; font-size: 20px; vertical-align: middle;">sdf</div>
</div>

原文地址:https://www.cnblogs.com/smght/p/5129621.html