how to fill card footer with bg color in bootstrap code example
Example 1: bootstrap card change image
.card-img-top {
width: 100%;
height: 15vw;
object-fit: cover;
}
Example 2: Bootstrap 4 Cards
<div class="card">
<div class="card-body">Basic card</div>
</div>