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 CSS Basics (2014) The Box Model Padding, Borders, and Margins

Ricky Martin
Ricky Martin
2,724 Points

Target 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; }

Can you post your complete CSS? I copy/pasted what you have and it passed task 3 of 5.

1 Answer

Steven Parker
Steven Parker
229,744 Points

Sometimes 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.