Sha256: 838dcd8faec9447b91613b442f3db9c077eed557fc109aea01286c13bf894639
Contents?: true
Size: 1.05 KB
Versions: 88
Compression:
Stored size: 1.05 KB
Contents
<div class="px-4 pt-5 my-5 text-center border-bottom"> <h1 class="display-4 fw-bold">Centered screenshot</h1> <div class="col-lg-6 mx-auto"> <p class="lead mb-4">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p> <div class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5"> <button type="button" class="btn btn-primary btn-lg px-4 me-sm-3" data-bs-toggle="modal" data-bs-target="#exampleModal">Click Me</button> <%= link_to 'People', people_path, class: "btn btn-outline-secondary btn-lg px-4" %> </div> </div> <div class="overflow-hidden" style="max-height: 30vh;"> <div class="container px-5"> <img src="https://getbootstrap.com/docs/5.0/examples/heroes/bootstrap-themes.png" class="img-fluid border rounded-3 shadow-lg mb-4" alt="Example image" width="700" height="500" loading="lazy"> </div> </div> </div>
Version data entries
88 entries across 88 versions & 1 rubygems