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

Does this module not work?

First of the 4 questions wants me to select the copyright tag using the ID selector and add a border of 8px. I type this..

copyright {

border-top: 8px #2A0400; }

Tells me to use #...Am I doing it wrong?

4 Answers

I am putting the # sign before copyright, and a space between the 8px and the color. Just wont show that in this forum.

You may be missing a border style to complete task like: { border-top: 8px solid #2A0400; }

That did it :) They should add "solid" to the question for us linear thinkers lol.

Well after re-reading it all..I am the dummy :P I think it is time for some sleep. Thank you Russel, I appreciate it! Time to rest and get a fresh start tomorrow.