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 trialTim Wilson
Courses Plus Student 323 PointsId
I am having a problem with the ID
4 Answers
Ricardo Hill-Henry
38,442 PointsCan you post some example code?
Adrian Melendez
5,555 PointsThis passed the first step:
#copyright {
border-top: 8px solid #2A0400;
}
JoJo KoKo
4,712 PointsMost likely you weren't using border-top and using border with values
Tim Wilson
Courses Plus Student 323 PointsThanks guys it was a small mistake I had solid before the pixels and it wouldn't work.
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 PointsHi Tim,
Which task are you stuck on and what code have you tried so far?