Jumbotron is lightweight, flexible component for showcasing your content. It can be used to showcase key marketing messages or product offers on your site. You can optionally extend the entire viewport to showcase your content.
Create a <div>
element and add the .jumbotron
class to it. You can add any html content inside the jumbotron.
To make the jumbotron full width, and without rounded corners, add the .jumbotron-fluid
modifier class and add a .container
or .container-fluid
within.