Answers for "size carousel bootstrap 4"

CSS
2

size carousel bootstrap 4

.carousel .item {
  height: 300px;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
}
Posted by: Guest on July-28-2020

Code answers related to "size carousel bootstrap 4"

Browse Popular Code Answers by Language