Answers for "bootstrap card with image carousel"

2

bootstrap card change image

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
Posted by: Guest on March-09-2020

Code answers related to "bootstrap card with image carousel"

Browse Popular Code Answers by Language