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 Display Values

Lametria Taylor
Lametria Taylor
1,496 Points

When I apply to the .callout and other properties to css, it removes the wildlife div box. Any suggestions?

.callout { font-size: 1.25em; border-bottom: 3px solid; padding: 0 9px 3px; margin-top: 20px; display: inline-block;

Lametria Taylor
Lametria Taylor
1,496 Points

You were absolutely correct Nathan! Thank you. This seems to catch me up every time. :)

Nathan Blair
Nathan Blair
9,551 Points

Good! Yeah, gotta watch those semicolons and curly braces, they're sneaky!

1 Answer

Nathan Blair
Nathan Blair
9,551 Points

In your CSS, did you include the closing curly brace for .callout?

I'm a bit new to treehouse... is there any way to see the HTML markup and the CSS styles for the wildlife div box? It's hard to tell what's wrong without context.