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

CSS Mastery Problem.

I can not finish CSS Mastery code challenge. The title jumps out of the border on task 8 and then on the last task, I don't know what to do to get it 5px away from everything, I tried margin I tried padding nothing worked.

7 Answers

@Skylar - I don't recall exactly which video in the course talked about positioning.

So here's a this tutorial on CSS positioning instead. Read through this tutorial first, give it a shot on the code challenge.

If you are still having issues, let us know in this thread.

@Skylar - Create a codepen of your code, so we can see the bigger picture.

it looks like a user agent style is being applied. add margin: 0; to #title and that should fix it.

What must I do on task number 10?

can you post the url of the badge/quiz/challenge you are working on.

Thank you so much for the help guys! It's working now! :)