Answers for "bootstrap 4 images alingn"

CSS
2

bootstrap class align center image

class="mx-auto d-block"
Posted by: Guest on May-01-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 4 images alingn"

Browse Popular Code Answers by Language