tobiasahlin.com
Creating a masonry layout with CSS only
2
Creating a masonry (or mosaic) layout with flexbox produces a grid with a seemingly shuffled and obscure order, but we can achieve a natural ordering by using :nth-child() and the order property... Read full article