Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Dylan Carter
4,780 PointsCSS, possible to "max out" a vh or vw unit of size?
im wondering without a media query if there is anyway i set say a font size to a vw property then once it gets to so many pixels have it stop growing with the width.
this pretty simple to do with a media query but im wondering if there is anything else i could do to make it happen.
1 Answer

Brent Suggs
Front End Web Development Techdegree Graduate 21,343 PointsYou could replicate what a media query does with JS, but honestly easier and more efficient to use the media query.
Dylan Carter
4,780 PointsDylan Carter
4,780 PointsYeah that's what I'll do was just wondering if there was something that set a max value to text