CSS >> Bootstrap >> Jumbotron
>> A jumbotron indicates a big box for calling extra attention to some special content or information.
>> Src: http://www.w3schools.com/bootstrap/bootstrap_jumbotron_header.asp
>> Place the jumbotron inside the <div class="container"> if you want the jumbotron to NOT extend to the edge of the screen
<div class="container">
<div class="jumbotron">
</div>
</div>