Masonry Layout is a beautiful way to display columns with a different height by removing extra spaces between rows. The standard 4-column grid layout is something that can easily be achieved with css flexbox or css grid. It looks something like this: While there is nothing wrong with this approach, as we see in the …
Read more →“How to Create Masonry Layout without any JS Libraries”