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 trialSiddharth Pandey
7,280 PointsWhy doesn't my page dynamically change size?
When I make the window for my code smaller, none of the elements dynamically change their size and become smaller.
Here is a snapshot of my code:
Any help would be greatly appreciated!
2 Answers
Tom Achki
3,680 PointsYou need to add media queries in your css to change style of the element when screen has certain width.
Tom Achki
3,680 PointsResponsive layout This is the course that teaches how to write code that gives elements new style according to screen width. (I think you have not gotten that far in Front End track)So when you make window smaller, elements can get smaller, font-size will decrease and so on. Tell me if you want to know anything else.