...

/

Problem: Legacy Fallback Equal Height Columns for IE11

Problem: Legacy Fallback Equal Height Columns for IE11

Try to 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 ...