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

HTML

Extensive use of flexbox

Is there is any problem to use flexbox properties extensively in a project?

like lets say i have a section and inside that section i have 4 or 5 inner section if i used flex box to center the elements is that oki or will it make any bad performance ?

1 Answer

Flexbox is designed for smaller scale designs and not really suited for larger scale designs with complex assets.

Grids are designed to be more fluid and compatible.

Check out https://css-tricks.com/snippets/css/a-guide-to-flexbox/ for a much better explanation.