Bootstrap 4 Testimonials or People Review Slider

Today, We want to share with you bootstrap 4 testimonial slider example.In this post we will show you bootstrap 4 carousel multiple items, hear for bootstrap carousel slider with thumbnails we will give you demo and example for implement.In this post, we will learn about news slider bootstrap with an example.

Bootstrap 4 testimonial carousel slider with autoplay Example

bootstrap testimonial slider with background image,responsive testimonial slider html,responsive testimonial slider html css,bootstrap carousel
testimonials-with-carousel

HTML Code



    
        
        
        
        
        
      
    
        

Testimonials

CSS Code

body{
	font-family: 'Lato', sans-serif;
}
h2{
	position: relative;
}
h2::after{
	content: "";
	width: 130px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #FFC107;
	left: 0;
	right: 0;
	bottom: -10px;
}
.carousel-inner .carousel-item .img-box{
	width: 135px;
	height: 135px;
}
.carousel-control-prev{
	left: -100px;
}
.carousel-control-next{
	right: -100px;
}
.carousel-indicators{
	top: 320px;
}
@media (min-width: 320px) and (max-width: 640px) {
	.carousel-inner .carousel-item p{
		font-size: 14px;
	}
	.carousel-control-prev{
		left: -40px;
	}
	.carousel-control-next{
		right: -40px;
	}
 	.carousel-indicators{
		top: 400px;
	}
}

I hope you get an idea about bootstrap multiple image slider.
I would like to have feedback on my infinityknow.com blog.
Your valuable feedback, question, or comments about this article are always welcome.
If you enjoyed and liked this post, don’t forget to share.

Leave a Comment