Masonry-style without JS
ul { column-count: 2; } li { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }