How can i put articles into different coloumns?

here is a link i want to put my famous cities(london,paris,tokyo) into coloumns?
https://codepen.io/rohit3463/pen/XaydgB

Do you mean in actual columns, or in rows/columns like a grid, or in a table?

Here are some options:

2 Likes

To add to @DanCouper answer, if you’ll use flexbox and want the inner divs to wrap on new lines at smaller resolutions, you can use flex-wrap.

An example here.