Problem: Grid Align-Items Stretch
Try to create two fluid CSS Grid columns that automatically equalize in height and fill the row using align-items: stretch.
We'll cover the following...
We'll cover the following...
Problem description
A .grid-container
includes two child div
elements. You need to ...