Flexbox column

You can set the CSS rule in the flexbox container to put all its items in a column:
flex-direction: column;
Here, you can see all the items arranged inside a single column:
First
Second
Third
Fourth
Fifth