Problem: Flex Equal Height Columns
Try to use Flexbox to create two fluid columns that always match in height regardless of content length, ensuring a balanced layout.
We'll cover the following...
We'll cover the following...
Problem description
A container holds two child <div>
elements (.column
) with differing amounts ...