Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Floats, flex box or in-line block Reply To: Floats, flex box or in-line block

#203120
josh
Participant

I use a grid system based on inline-block and then also use display: table; when I need something a little trickier. Floats remove elements from the natural flow of the document.

I actually wrote about using inline-block over floats and creating my grid system, it might be an interesting read for you: