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.

Ricky 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
215,940 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,663 PointsKRIS NIKOLAISEN
54,663 PointsCan you post your complete CSS? I copy/pasted what you have and it passed task 3 of 5.