Home › Forums › CSS › Responsive 1-2-3 column flexbox layout? › Reply To: Responsive 1-2-3 column flexbox layout?
May 16, 2016 at 4:07 am
#241649
Member
I know you want to make this work with flexbox, but to me this layout seems like a natural use-case for CSS grid layout.
Support for CSS Grids is abysmal right now whereas flexbox (although not without it’s issues) has much wider acceptance and support.
As I mentioned, once display:contents
comes along (which is likely to be before Grids IMO) this is a snap.