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 trialLametria Taylor
1,496 PointsWhen 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;
Nathan Blair
9,551 PointsGood! Yeah, gotta watch those semicolons and curly braces, they're sneaky!
1 Answer
Nathan Blair
9,551 PointsIn 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.
Lametria Taylor
1,496 PointsLametria Taylor
1,496 PointsYou were absolutely correct Nathan! Thank you. This seems to catch me up every time. :)