To make the jumbotron full width, and without rounded corners, add the `.jumbotron-fluid` modifier class and add a `.container` or `.container-fluid` within.
{% example html %}
<divclass="jumbotron jumbotron-fluid">
<divclass="container">
<h1class="display-3">Fluid jumbotron</h1>
<pclass="lead">This is a modified jumbotron that occupies the entire horizontal space of its parent.</p>