asked on
<div style="display: table">
<div style="display: table-row">
<div style="display: table-cell">Row 1 Cell 1</div>
<div style="display: table-cell">Row 1 Cell 2</div>
</div>
<div style="display: table-row">
<div style="display: table-cell">Row 2 Cell 1</div>
<div style="display: table-cell">Row 2 Cell 2</div>
</div>
<div style="display: table-row">
<div style="display: table-cell">Row 3 Cell 1</div>
<div style="display: table-cell">Row 3 Cell 2</div>
</div>
</div>