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 Center the Wrapper

Something is wrong

When I go to preview, the bullet points are not in the same areas as in the video. Plus, when I set the background color of wrapper to orange it does not make a column, it makes a row that spans the width of the entire window, just like when he set the footer color to orange.

2 Answers

If you copy your code to the thread, other users will have a greater chance of suggesting solutions for you :D

thank you for the advice :)

If the bullet points are a little off, then I wouldn't worry about it. It may be just the browser you're using. Browsers like Chrome, Firefox and Safari each have their own default styles applied to any website. That's why a website looks slightly different when you compare it in two different browsers. Even different versions of the same browser can apply different styles to a page.

As for the background color, did you set a max-width? Did you set the background color of a selector other than #wrapper?

I fixed it. Thank you for the suggestion