I have been using display: inline block more than float:left/right
when I want to display two divs side by side.
I find it easier with less code even though I need to add vertical-align:top.
My question is: am I alone in feeling this way?
Why do grid systems within bootstrap or bourbon neat sill
I tend to favor floats myself. The biggest issue I've run into is having to
remove the gap between items that are inline-block. I guess I'm just so
used to floats now that I tend to use them without thinking about it.
I do rely on inline-block more for horizontal navbars, which causes the gap
to b
Use Flexbox, it's really a goos thing, once you're used to it!
Cheers
Peter
2016-09-19 19:01 GMT+02:00 Tom Livingston :
> I tend to favor floats myself. The biggest issue I've run into is having to
> remove the gap between items that are inline-block. I guess I'm just so
> used to floats now tha