👩💻 Join our community of thousands of amazing developers!
Back in september, some guy exposed a very interesting problem on CSS-tricks forums. To sum up, he had a list of elements floated to the left. However, he wanted to float items top to bottom on each column and not left to right on each row. He started with: And wanted to end with: Solutions to the problem Flexbox Even if I’m not a flexbox expert, I’m pretty confident saying there is a way to do it very easily. The problem with flexbox is that it’s not fully compatible so we had to look for ano...