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 trialAndrew Lenti
Front End Web Development Techdegree Student 7,193 PointsFluid width
Exactly what does the instructor mean when he says to give the structure a 'fluid width'?
1 Answer
Laurie Curiant
8,965 PointsHi, A fluid width is set with percent width, if you set a width to 50% to a div, it will be 50% of the width of the device. (or its parent)
Andrew Lenti
Front End Web Development Techdegree Student 7,193 PointsAndrew Lenti
Front End Web Development Techdegree Student 7,193 Pointscheers Laurie