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

Sam Coles
PLUS
Sam Coles
Courses Plus Student 13,887 Points

CSS 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
Zoe Peng
10,809 Points

We can add this class in div on line 18:

<div class="jumbotron">

I 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
PLUS
Sam Coles
Courses Plus Student 13,887 Points

Adam - the jumbotron class worked.

Thanks very much!

Dave Huish
Dave Huish
17,727 Points

Doesn't Bootstrap's documentation refer to "hero-unit" for showcasing key content on a site?