What happens when we code flex-direction: column-reverse; without setting a height value for the container?
flex-direction: column-reverse;
height
body
The container's height is the total height of its flex-items.