What is Bootsrap Jumbotron And Jumbotron Tutorials

Bootstrap CDN, Bootstrap Button Tutorial, Bootstrap Datepicker

A Jumbotron is a big box, You Can show special content or Important contant in it. By Default Its background color is grey and it is round corner your can change its background and all thing by using CSS.

<div class="jumbotron">
    <h1>SCHAUHAN JUMBOTRON</h1>
    <p>A Jumbotron is a big box, You Can show special content or Important contant in it.</p>
  </div>

Full Screen Jumbotron

<div class="jumbotron jumbotron-fluid">
    <h1>SCHAUHAN JUMBOTRON</h1>
    <p>A Jumbotron is a big box, You Can show special content or Important contant in it.</p>
  </div>