1. 程式人生 > >display:table-cell

display:table-cell

col width wid table ack clas rop style eight

<html>
<head>
<title> </title>
</head>
<body>
<div style="background: red;width: 200px;height: 200px;display: table;">
<div style="display:table-cell;">啊實打實的</div>

</div>
</body>
</html>

父級一定添加display: table

子集添加display:table-cell

想要垂直居中添加vertical-align: middle;

display:table-cell