Carousel
Image carousel
HTML AND CSS Code
HTML CODE
We have state of the art and clean facility in our clinic
CSS CODE
.carousel-item img{
width: auto;
height: 800px;
margin: auto;
display: block;
}
.carousel-inner{
background:radial-gradient(white,#69cff9);
}
.textCarousel{
text-align: center;
vertical-align: center;
margin:0;
padding:2rem;
background-color: #96c789;
opacity: 90%;
}
