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 Build a Simple Website Styling Content Finishing the CSS

Roy Dickson
Roy Dickson
3,004 Points

Styling Content Review

I'm after a wee bit of help if possible?

The review asks 'Select the copyright using an ID selector. Give it a solid top border that is 8 pixels thick and has a color of #2A0400.'

My code that I'm using is:

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

However it keeps coming up with an error message telling me to 'Remember to select #'

I may be having a blonde moment, but can't see if I'm doing something blatantly wrong?

Any help would be appreciated!

1 Answer

Roy Dickson
Roy Dickson
3,004 Points

Answer: I was having a blond moment.... changed 'thick' to 'solid' and low and behold it worked....