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

"How to make a website"

@nickrp

Hi Nick, I took your course on how to make a website. I have a couple of questions for you.

First, what purpose does the wrapper DIV have? And should every website have it? And should it be 940 pixels each time or should I be using a percentage to make it more responsive friendly?

Second, In the main.css, for the header colors, I don't see a border property for the nav. I only see it in responsive.css page. Also, I'm a little confused that when you shrink the screen below 660 pixels, how does it know to align the Nav links center and make the border bigger?

Third, on the responsive.css page, where the minimum width of 660 pixels, why is the background property: none?