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!
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
Sam Coles
Courses Plus Student 13,887 PointsCSS Framework Basics - Bootstrap
I am currently stuck on Challenge 2 "We need to give the first div in the 'Headline' section Bootstrap's class for showcasing key content on a site."
Any help/advice would be much appreciated...
4 Answers

Zoe Peng
10,809 PointsWe can add this class in div on line 18:
<div class="jumbotron">

Adam Sackfield
Pro Student 19,663 PointsI believe this would be to add the class .jumbotron bootstrap docs to the element. Not sure what question it is but if you have a link I would happily look if this doesn't work

Sam Coles
Courses Plus Student 13,887 PointsAdam - the jumbotron class worked.
Thanks very much!

Dave Huish
17,727 PointsDoesn't Bootstrap's documentation refer to "hero-unit" for showcasing key content on a site?