Solution: Table Display Equal Height

Let’s leverage CSS display: table and display: table-cell to ensure two side-by-side columns always share the same height without Flexbox.

Solution: Table Display Equal Height

Let’s leverage CSS display: table and display: table-cell to ensure two side-by-side columns always share the same height without Flexbox.