From the course: Bootstrap 3 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Creating a Jumbotron and page header

Creating a Jumbotron and page header - Bootstrap Tutorial

From the course: Bootstrap 3 Essential Training

Start my 1-month free trial

Creating a Jumbotron and page header

- There are so many CSS components in bootstrap that I had to create this new chapter with another set of CSS components. Now these aren't related to navigation but they are more like small groupings of styles that will help you get things done quickly. Now, the first of the two I want to show you in this video is called "The Page Header". So, you can see that I've created a more complicated page here. This one has a section with some columns, and then this section that I sort of want to highlight that is at the top and I've dropped some navigation at the very top of this, so we're getting started at about line 39 over here. What we want to do is highlight this "Our Mission" section. So, I'm going to take this and add a new div with a class of page header here. And then I'll take this content. I'll go ahead and grab both paragraphs and just paste it in there. And you can see that it simply adds a little bit more padding at the top of this element as well as an underline. It's just…

Contents