...

/

Solution: Legacy Fallback Equal Height Columns for IE11

Solution: Legacy Fallback Equal Height Columns for IE11

Let’s implement an equal height two-column layout using CSS Grid with a table-cell fallback for IE11 via feature queries.

Problem description

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

  1. Use CSS Grid (grid-template-columns: 1fr 1fr) in modern browsers.

  2. Detect Grid support via ...