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

Eduardo Vargas
Eduardo Vargas
5,871 Points

Flex-grow: Using precise measurements to build a page?

When building a page that uses precise measurements, is it safe to say that the flex grow property doesn't fit into this work flow... or does it still have a purpose?

1 Answer

Hi Eduardo Vargas,

From what I've read flex would still have a place in this scenario. The main container will have a precise measurement, but the items inside that container would use flex to grow based on how the flex values are set. The Mozilla developer site has a great article with some examples which can be found here MDM Flex-Grow article.

I hope this helps out.