| <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> |