display:table-cell

Posted 赵理通

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了display:table-cell相关的知识,希望对你有一定的参考价值。

<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的主要内容,如果未能解决你的问题,请参考以下文章