Answers for "bootstrap cover image with profile card"

1

bootstrap profile picture

<img src="..." alt="..." class="img-thumbnail">
Posted by: Guest on June-05-2020
6

bootstrap + cards

<div class="card" style="width: 18rem;">
  <img class="card-img-top" src="..." alt="Card image cap">
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
    <a href="#" class="btn btn-primary">Go somewhere</a>
  </div>
</div>
Posted by: Guest on May-20-2020

Code answers related to "bootstrap cover image with profile card"

Browse Popular Code Answers by Language