Answers for "jquery jumbotron"

3

jumbotron

<div class="jumbotron jumbotron-fluid">
  <div class="container">
    <h1 class="display-4">Fluid jumbotron</h1>
    <p class="lead">This is a modified jumbotron that occupies the entire horizontal space of its parent.</p>
  </div>
</div>
Posted by: Guest on May-28-2020
0

jumbotron

<!-- A component for calling extra attention to featured content or information. -->
<div class="jumbotron">
YOUR TEXT
</div>
Posted by: Guest on April-21-2021

Browse Popular Code Answers by Language