...

/

Solution: Grid Align-Items Stretch

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.

Problem description

A .grid-container includes two child div elements. You need to configure grid properties so that each column ...