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 trialPaul Kozakiewicz
756 PointsSomething 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
eck
43,038 PointsIf you copy your code to the thread, other users will have a greater chance of suggesting solutions for you :D
ps17
8,408 PointsIf 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?
Paul Kozakiewicz
756 PointsI fixed it. Thank you for the suggestion
Paul Kozakiewicz
756 PointsPaul Kozakiewicz
756 Pointsthank you for the advice :)