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

CSS How to Make a Website CSS: Cascading Style Sheets Style the Basic Elements

The challenge is asking to "Select the wrapper"

I dont know what wrapper it is reffering to as it is not in the example.

3 Answers

Erik McClintock
Erik McClintock
45,783 Points

Ryan,

If you take a look at the video that comes before the challenge, you will see that what Philippe mentions is correct - Nick created a div in his HTML with an ID of #wrapper.

This is what the challenge is asking you to select.

Erik

It is likely an id or #wrapper {}

David O' Rojo
David O' Rojo
11,051 Points

The wrapper is usually a div tag with that id. Check the HTML for it and select it with CSS as philippederay mentions.