Answers for "bootstrap card classname"

C#
4

card bootstrap 4

<div class="card" style="width:400px">
    <img class="card-img-top" src="img_avatar1.png" alt="Card image" style="width:100%">
    <div class="card-body">
      <h4 class="card-title">John Doe</h4>
      <p class="card-text">Some example text some example text. John Doe is an architect and engineer</p>
      <a href="#" class="btn btn-primary">See Profile</a>
    </div>
  </div>
Posted by: Guest on May-25-2021
0

bootstrap cards

Header
Dark card title main container
Some quick example text to build on the card title and make up the bulk of the card's content.
Posted by: Guest on June-06-2021

C# Answers by Framework

Browse Popular Code Answers by Language