Answers for "Bootstrap Carousel Custom Width"

CSS
0

Bootstrap Carousel Custom Width

.carousel-caption {
   background-color: #b3be35;
    border-radius: 20px;
    color: white;
    max-width:100%;
    left:0 !important;
    right:0 !important;
    opacity: 0.9;
}
Posted by: Guest on March-17-2022

Code answers related to "Bootstrap Carousel Custom Width"

Browse Popular Code Answers by Language