display:table

table    { display: table }
tr       { display: table-row }
thead    { display: table-header-group }
tbody    { display: table-row-group }
tfoot    { display: table-footer-group }
col      { display: table-column }
colgroup { display: table-column-group }
td, th   { display: table-cell }
caption { display: table-caption }

The Anti-hero of CSS Layout - “display:table” | Colin Toh

猜你喜欢

转载自blog.csdn.net/viva__la_vida/article/details/80069277