"Bootstrap5 card"
Bootstrap 4.1.1 Snippet by odipixel

<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="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="x-ua-compatible" content="ie=edge" /> <title>Odipixel</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" /> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous" ></script> <script async defer src="https://buttons.github.io/buttons.js"></script> </head> <body> <div class="container"> <div class="row"> <div class="col-4"> <a class="github-button nav-link" href="https://github.com/odipixel/OPD-Task-Admin/fork" data-show-count="true" aria-label="Fork odipixel/OPD-Task-Admin on GitHub">Fork</a> <!-- Place this tag where you want the button to render. --> <a class="github-button" href="https://github.com/odipixel/OPD-Task-Admin" data-show-count="true" aria-label="Star odipixel/fixr-landing on GitHub">Star</a> <br> Please visit for more :<a href="https://www.odipixel.com">https://www.odipixel.com </a> <br>Github URL :<a href="https://github.com/odipixel">https://github.com/odipixel</a> </div> <div class="col-4"> <div class="card shadow-sm"> <div class="card-body"> <ul class="list-inline"> <li class="list-inline-item"> <h6 class="card-title">OPD Telecom</h6> </li> <li class="list-inline-item"> <span class="badge bg-danger">High</span> </li> </ul> <p class="card-text"> A description list is perfect for defining your project. </p> <div class="d-flex justify-content-between align-items-center"> <small class="text-muted">Updated 10 days ago</small> <small class="text-muted" ><i class="bi bi-chat-square-dots me-2"></i>34</small > </div> </div> </div> </div> </div> </div> </div> </body> </html>

Related: See More


Questions / Comments: