[Solved] Pin-board effect with CSS [closed]
[ad_1] You can do something like the Pinterest layout in most current browsers using CSS multi-column layouts, it will break in IE9 and older versions. Here’s a jsFiddle. I have added some more div’s for demonstration purposes. html, body { height: 100%; } body { width: 420px; -webkit-column-count: 2; -webkit-column-gap: 20px; -moz-column-count: 2; -moz-column-gap: 20px; … Read more