Setup Header

Create A Jumbotron

A jumbotron allows you to create a LARGE banner-like header to showcase key marketing messages.

  1. Below the closing </nav> tag, add the following code:

    </nav>
    <div class="jumbotron jumbotron-fluid">
    <div class="container">
    <h1 class="display-3">RMCS: <small>Training Made Easy</small></h1>
    <p class="lead">See, hear, and experience a new way of learning.</p>
    </div>
    </div>


  2. CHECK POINT: Save the file and preview it in a browser. You should see the jumbotron displayed below the Navbar.