Problem: Flex Wrap Fluid Columns
Try to create a responsive two-column layout that wraps on narrow screens, ensuring columns are equal height and fluid using Flexbox.
We'll cover the following...
We'll cover the following...
Problem description
A .container
contains multiple .column
items. You must display them in two ...