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 trialCristian Buitrago
2,663 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,663 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.