I would like to create a page where each div
is to the "most left" possible, I don't know how to explain it, so I've created 3 example images
I could use a simple float: left
but in that case in the second image the div 4
would be placed at the right of div 2
Does anyone have any advice? I can also use bootstrap if it can help me in this case