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