CSS only masonry layout

*, *:before, *:after { box-sizing: border-box !important; } .wrapper { -moz-column-width: 13em; -webkit-column-width: 13em; -moz-column-gap: 1em; -webkit-column-gap: 1em; } .item { display: inline-block; margin: 0.25rem; padding: 1rem; width: 100%; }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.