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

General Discussion

I have a Static web app that I would like to make responsive. How do I do that?

Front End, Eclipse, HTML5, CSS, JS.

I added <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1">

What is next and where do I add it?

2 Answers

Thank you in advance!! :)

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,254 Points

Hi there,

You need to use CSS Media Queries to change your HTML elements so they react responsively.

Allison Grace has a wonderful course on this called "Build a Responsive Website" which teaches some great techniques on building responsive websites. :-)