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.
We'll cover the following...
We'll cover the following...
Problem description
A .layout container holds two .panel elements. The task is to: