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

Eduardo Vargas
Eduardo Vargas
5,871 Points

What was the purpose of declaring "max-width: 50% in the CSS when 50VW is being declared in the sizes?

What was the purpose of declaring "max-width: 50% in the CSS when 50VW is being declared in the sizes?

1 Answer

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,253 Points

Hi Eduardo.

Without seeing the context of the project you're working on this is a hard question to answer.

We'd need to consider which selector has the max-width applied to it and which has the viewport width applied. Both applies a maximum width relative to the viewport.