P粉1436404962023-08-17 15:47:05
You need to set a height on your flexbox. In this case, simply adding height: 400px
to the .flex-columns class will solve the problem.
The reason is that your flexbox assumes it can be as tall as possible, and since the flex direction is set to columns, it puts everything into one column. It's easier to visualize when the flexbox is a row!