Answers for "bootstrap class for image responsive"

0

bootstrap img src

<img src="..." class="rounded mx-auto d-block" alt="...">
Posted by: Guest on December-14-2020
0

bootstrap image size

.top1 {
    height:390px;
    background-color:#FFFFFF;
    margin-top:10px;
    overflow: hidden;
}

.top1 img {
    height:100%;
}
Posted by: Guest on March-23-2020

Code answers related to "bootstrap class for image responsive"

Browse Popular Code Answers by Language