Forums

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

Home Forums CSS CSS tables ..nested tables Reply To: CSS tables ..nested tables

#236486
Paulie_D
Member

I was going to add percentage widths of mobile and tablet as well but is this something flexbox could handle?

Yes, absolutely…no need to change anything there.

I was thinking of using flexbox to centre the content. I’m not too experienced with flex, I’ve tried align-items, align-content.

Depends on which way you want to center it, vertically or horizontally and whether you are using rows or columns.

Chris has a handy guide – https://css-tricks.com/snippets/css/a-guide-to-flexbox/