[Solved] How to create this layout using CSS

You can use CSS3 multi-column layouts. The content is distributed inside columns like a newspaper. Browsers distribute content so that all columns are same(ish) height. However note that (i) the content displays from top to bottom, left to right (ii) the browser support is limited at the moment. $(“#button1”).on(“click”, function() { $(“#container > div”).height(function() { … Read more