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 trialorange sky
Front End Web Development Techdegree Student 4,945 Points3 techniques for making responsive web pages
Hello!
Nick mentions that there are 3 techniques for making the page responsive:
1)images 2)use percentage 3) use media queries.
What if my page does not have images? What if I have a pages full of sections of texts or a page with text and videos. Do I still use percentage there to?
thanks
2 Answers
Sydney Wilson
752 PointsI think if the percentages do not look good for your text, then maybe adding a border or something like that could help. Percentages should work there too, though
nfs
35,526 Pointsthen fluid grids will come handy.Nick did mention that fluid grid, fluid images, and media queries are the three techniques of responsive web design.