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 trialAnthony Putrino
1,388 PointsI must be missing something. Isn't this the right answer?
copyright {
border-top: 8px 0px; color: #2A0400; }
2 Answers
James Barnett
39,199 PointsCheck out HTML Dog's page on borders, it should get you pointed in the right direction.
Jeff Busch
19,287 PointsHi Anthony,
Your'e almost there.
Jeff
#copyright {
border-top: 8px solid #2A0400;
}
James Barnett
39,199 PointsWhile true, that he is "almost there" and also true that's the correct answer.
However this post has one fatal flaw, it doesn't increase Anthony's understanding of CSS or better equip him to make his own website.