Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS CSS Flexbox Layout Understanding Flexbox Flexbox Basics and Terminology

Saitluangpuia Sailo
Saitluangpuia Sailo
3,517 Points

flexbox on table

can i use flexbox on table for eg. table tag as container and td and tr as item

1 Answer

Paul Brophy
Paul Brophy
10,673 Points

There's an interesting post on responsive tables using flex here; https://css-tricks.com/accessible-simple-responsive-tables/#article-header-id-4

A drawback is that cells can't be aligned across rows with <tr> wrappers. https://css-tricks.com/accessible-simple-responsive-tables/#article-header-id-3