Search⌘ K

Legacy Fallback Equal Height Columns for IE11

Explore how to create responsive, equal-height column layouts using CSS Grid while providing a legacy fallback with display table and table-cell for IE11. Learn to detect support with @supports and deliver consistent layouts without changing HTML or using JavaScript.

Problem description

A .layout container holds two .panel elements. The task is to:

...