bootstrap style div code example
Example 1: bootstrap 3 offset
col-sm-offset-2
Example 2: bootstrap card change image
.card-img-top {
width: 100%;
height: 15vw;
object-fit: cover;
}
col-sm-offset-2
.card-img-top {
width: 100%;
height: 15vw;
object-fit: cover;
}