CSS / HTML Align divs horizontally

So, I need divs to align horizontally and fill in the spaces left in the previous line, for example:

http://i45.tinypic.com/eqrudv.jpg

Can this be achieved?

+3
source share
1 answer

There is no way to do this automatically with pure CSS, but Javascript can help you. There is a good library called Masonry that does exactly what you want.

+6
source

All Articles