Solution: Grid Align-Items Stretch
Let’s 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 configure grid properties so that each column ...