码迷,mamicode.com
首页 > 其他好文 > 详细

display:table-cell

时间:2017-08-04 17:35:56      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:居中   垂直   htm   table   cal   ble   垂直居中   tle   nbsp   

<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

标签:居中   垂直   htm   table   cal   ble   垂直居中   tle   nbsp   

原文地址:http://www.cnblogs.com/nns4/p/7286228.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!