Answers for "cards bootstrap 4.6.1"

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
2

bootstrap 3 cards example

<div class="panel panel-default">
  <div class="panel-heading">Panel Heading</div>
  <div class="panel-body">Panel Content</div>
  <div class="panel-footer">Panel Footer</div>
</div>
Posted by: Guest on August-02-2021
0

bootstrap cards

Bootstrap’s cards provide a flexible and extensible content container with multiple variants and sjjdfdsfsdfsdfsdfsdf options.
Posted by: Guest on June-06-2021

C# Answers by Framework

Browse Popular Code Answers by Language