Answers for "card bootstrap how to incresa hight of image"

C#
7

bootstrap 5 card image same height

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

C# Answers by Framework

Browse Popular Code Answers by Language