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

HTML Build a Simple Website Styling Content Finishing the CSS

Id

I am having a problem with the ID

Hi Tim,

Which task are you stuck on and what code have you tried so far?

4 Answers

Can you post some example code?

This passed the first step:

#copyright {
    border-top: 8px solid #2A0400;
}

Most likely you weren't using border-top and using border with values

Thanks guys it was a small mistake I had solid before the pixels and it wouldn't work.