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 trialRicky Martin
2,724 PointsTarget the .secondary-content div. Set the top padding to 80 pixels and the bottom padding to 70 pixels.
Please tell me where I'm wrong in with this answer. The class in this answer is grayed out and I cannot figure out why. I repost it.
.secondary-content { padding-top: 80px; padding-bottom: 70px; }
1 Answer
Steven Parker
231,236 PointsSometimes folks seem to have odd things happen when their browser gets into a weird state. Try restarting your browser and then do the challenge again.
KRIS NIKOLAISEN
54,971 PointsKRIS NIKOLAISEN
54,971 PointsCan you post your complete CSS? I copy/pasted what you have and it passed task 3 of 5.