blob: 820a5c1cf46f9d45ee4e79b9d00374c1a04a8d61 [file] [edit]
<style>
.table {
display: table;
width: 100px;
margin-bottom: 10px;
}
.cell {
display: table-cell;
outline: 1px solid blue;
}
</style>
<div class=table><div class=cell></div></div>
<div class=table><div class=cell></div><div class=cell style="outline-color: green;"></div></div>