"Card images bootstratp 5.1.3"
Bootstrap 4.1.1 Snippet by BrCodeSnippets

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html lang="pt-br" dir="ltr"> <head> <meta charset="utf-8"> <title></title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css"> </head> <body> <!-- by https://www.codesnippets.dev.br thanks --> <style> .bigIcon { font-size: 5em; } .my-circle { width: 50px; height: 50px; text-align: center; vertical-align: middle; } </style> <div class="container-full mt-3"> <div class="row g-3 mx-0"> <div class="col-12 col-sm-6 col-lg-4"> <div class="position-relative bg-light border shadow h-100 mt-3"> <i class="position-absolute top-0 end-0 bi bi-star-fill text-warning pe-1 fs-3"></i> <button class="position-absolute top-0 start-50 translate-middle rounded-circle btn btn-info my-circle">1</button> <img src="https://picsum.photos/100/75" class="card-img-top" alt="Card Image"> <h5 class="p-3">Image title</h5> <p class="card-text mb-4 border-bottom p-3"> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has </p> <div class="position-absolute bottom-0 end-0 p-3">image by <a href="#">https://picsum.photos</a></div> </div> </div> <div class="col-12 col-sm-6 col-lg-4"> <div class="position-relative bg-light border shadow h-100 mt-3"> <i class="position-absolute top-0 end-0 bi bi-star-fill text-warning pe-1 fs-3"></i> <button class="position-absolute top-0 start-50 translate-middle rounded-circle btn btn-info my-circle">2</button> <img src="https://picsum.photos/100/74" class="card-img-top" alt="Card Image"> <h5 class="p-3">Image title</h5> <p class="card-text mb-4 border-bottom p-3"> opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' </p> <div class="position-absolute bottom-0 end-0 p-3">image by <a href="#">https://picsum.photos</a></div> </div> </div> <div class="col-12 col-sm-6 col-lg-4"> <div class="position-relative bg-light border shadow h-100 mt-3"> <i class="position-absolute top-0 end-0 bi bi-star-fill text-warning pe-1 fs-3"></i> <button class="position-absolute top-0 start-50 translate-middle rounded-circle btn btn-info my-circle">3</button> <img src="https://picsum.photos/100/73" class="card-img-top" alt="Card Image"> <h5 class="p-3">Image title</h5> <p class="card-text mb-4 border-bottom p-3"> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has </p> <div class="position-absolute bottom-0 end-0 p-3">image by <a href="#">https://picsum.photos</a></div> </div> </div> <div class="col-12 col-sm-6 col-lg-4"> <div class="position-relative bg-light border shadow h-100 mt-3"> <i class="position-absolute top-0 end-0 bi bi-star-fill text-warning pe-1 fs-3"></i> <button class="position-absolute top-0 start-50 translate-middle rounded-circle btn btn-info my-circle">4</button> <img src="https://picsum.photos/100/76" class="card-img-top" alt="Card Image"> <h5 class="p-3">Image title</h5> <p class="card-text mb-4 border-bottom p-3"> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has </p> <div class="position-absolute bottom-0 end-0 p-3">image by <a href="#">https://picsum.photos</a></div> </div> </div> <div class="col-12 col-sm-6 col-lg-4"> <div class="position-relative bg-light border shadow h-100 mt-3"> <i class="position-absolute top-0 end-0 bi bi-star-fill text-warning pe-1 fs-3"></i> <button class="position-absolute top-0 start-50 translate-middle rounded-circle btn btn-info my-circle">5</button> <img src="https://picsum.photos/100/76" class="card-img-top" alt="Card Image"> <h5 class="p-3">Image title</h5> <p class="card-text mb-4 border-bottom p-3"> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has </p> <div class="position-absolute bottom-0 end-0 p-3">image by <a href="#">https://picsum.photos</a></div> </div> </div> <div class="col-12 col-sm-6 col-lg-4"> <div class="position-relative bg-light border shadow h-100 mt-3"> <i class="position-absolute top-0 end-0 bi bi-star-fill text-warning pe-1 fs-3"></i> <button class="position-absolute top-0 start-50 translate-middle rounded-circle btn btn-info my-circle">6</button> <img src="https://picsum.photos/100/76" class="card-img-top" alt="Card Image"> <h5 class="p-3">Image title</h5> <p class="card-text mb-4 border-bottom p-3"> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has </p> <div class="position-absolute bottom-0 end-0 p-3">image by <a href="#">https://picsum.photos</a></div> </div> </div> </div> </div> <br> <hr class="m-3"> </body> </html>

Related: See More


Questions / Comments: