html~table、table-cell的使用

闾丘淇
2023-12-01

display:table ; 设置为table-cell的父级元素
display:table-cell; 设置为table的直接子元素。

这样就可以出来表格的效果
verticle-algin:top left right bottom;

table布局的特点:无论列有多小有多少,总是会在一行上,所有的列的高度都是一样的

 类似资料: