The code for the jumbotron
THe Bootstrap jumbotron is a flexible component used to showcase the key message of your site.
Copy this code to a Bootstrap enabled page to add a large callout to the top of the page.
<div class="jumbotron">
<h1 class="display-3">Hello, world!</h1>
<p class="lead">This is your featured message that you want the world to see when they first come to your web page.</p>
<hr class="m-y-2">
<p>It uses utility classes for typography and spacing to space content out within the larger container.</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
</p>
</div>
Your Assignment
Build a bootstrap site with a navbar and a jumbotron that says Hello World in the jumbotron.