elibraryportal Logo

Bootstrap Jumbotron or Header

It is big box for some special content or information and you can say header page .

Use the.jumbotron class with <div> elements.

Bootstrap Tutorial

Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile-first projects on the web.


Jumbotron Inside Container

It is used inside the <div class="container">

Example:-

Test it Now

Jumbotron Outside Container

It is used Outside the <div class="container"> extend to the screen edges:

Example:-

Test it Now

Page Header Example

To Use the .page-headerclass with <div> element to create a page header:

Example:-

Test it Now
Next TopicBootstrap Wells