Re: [css-d] using floats vs inline-block..

2016-09-20 Thread Nancy Johnson
Yes I do use flex box if I want the left and right to have the same vertical height, but you are correct, it does a whole lot more. Nancy On Tue, Sep 20, 2016 at 2:06 AM, Göldi wrote: > Use Flexbox, it's really a goos thing, once you're used to it! > > Cheers > Peter > > 2016-09-19 19:01 GMT+02:

Re: [css-d] using floats vs inline-block..

2016-09-19 Thread Göldi
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

Re: [css-d] using floats vs inline-block..

2016-09-19 Thread 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 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