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

ID selector issue

I've added the following section to my CSS tab as an answer to Challenge task 1 of 4

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

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

But I'm still getting an error message guiding me to use '#' in order to select id elements as following: "Bummer! Remember, to select an ID, use the '#' character followed by the ID of the element you want to select."

Please advise

It seems that there some kind of a bug, the issue got solved without the need to change anything about my answer.

1 Answer

It was solved