Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Cristian Buitrago
2,532 PointsID Selectors not working.
css
#primary-content {
border: 3px solid red;
}
index
<div id="primary-content">
css
#main-footer {
padding-top: 60px;
padding-bottom: 60px;
border-bottom: solid 10px orange;
}
index
<footer id="main-footer">
'''
1 Answer

Cristian Buitrago
2,532 PointsHi Jamie, Thanks for your reply, I worked it out, it was missing a semi-bracket in one of the previous selectors from the css file, now it works.

Jamie Reardon
Treehouse Project ReviewerYeah thought so, that's why I wanted to see your code :)
Jamie Reardon
Treehouse Project ReviewerJamie Reardon
Treehouse Project ReviewerHi there, it would help to see your entire html and css file posted separately so that I can help you further in identifying the problem. The code you have provided isn't really read proof on your actual code, if you use the markdowns basics reference below, you can see how to add code for both languages separately.