"carousel "
Bootstrap 4.1.1 Snippet by olivialoconnor

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <header> <div class="carousel-container"> <h5 class="reviews-title">WHAT OUR BUYERS ARE SAYING</h5> <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li> <li data-target="#carouselExampleIndicators" data-slide-to="1"></li> <li data-target="#carouselExampleIndicators" data-slide-to="2"></li> </ol> <div class="carousel-item active" id="firstslide"> <div class="carousel-caption d-none d-md-block"> <div class="flex-container"> <div class="reviews-text1">"I greatly appreciate all the time and effort they provided us with. My family and I are absolutely loving our home." <p class="reviews-buyername1">-Ashley Windham</p></div> <div class="reviews-text2">"They did a fantastic job helping me with the refinance of my home. This has been by far the easiest process I have ever encountered when refinancing." <p class="reviews-buyername2">-Michelle Benson</p></div> <div class="reviews-text3">"They were all professional and stayed on top of what was needed. I will be using Finance of America Mortgage-The Pee Dee Group again!" <p class="reviews-buyername3">-Mary Jones</p></div> </div> </div> </div> <div class="carousel-item"> <div class="carousel-caption d-none d-md-block"> <div class="flex-container"> <div class="reviews-text1"> "The experience was prodigious! They took the time to explain every question or concern." <p class="reviews-buyername1">-Maria Gonzalez</p></div> <div class="reviews-text2">"They were all professional and they stayed on top of what was needed. I will be using Finance of America Mortgage-The Pee Dee Group again!" <p class="reviews-buyername2">-Mary Carmichael Jones</p></div> <div class="reviews-text3">"Absolutely Wonderful! They were willing to go the extra mile to help with our needs and I would definitely use them again" <p class="reviews-buyername3">-glpeterson1</p></div> </div> </div> </div> <div class="carousel-item"> <div class="carousel-caption d-none d-md-block"> <div class="flex-container"> <div class="reviews-text1">"Great to work with! Always willing to answer my questions at any time over the phone or email and got things done so fast!" <p class="reviews-buyername1">-Kristine A</p></div> <div class="reviews-text2">"Great experience working with Greg and his team! Extremely patient and excellent guide throughout the process." <p class="reviews-buyername2">-Jorge Perez</p></div> <div class="reviews-text3">"The team did a suberb job in putting together what was necessary for us to close on time. Whenever there was a problem they were there to help" <p class="reviews-buyername3">-Mahmud</p></div> </div> </div> </div> <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> </header>
.carousel-item { min-height: 450px; width: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .carousel-container{ position: relative; background: url("../img/keyindoorbanner2.jpg") center center no-repeat scroll; width: 100%; /*min-width: 315px;*/ /*max-height: 450px;*/ background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; text-align: center; } .flex-container{ display: flex; justify-content: space-around; align-items: center; height: 350px; } .flex-container div { flex: 0 1 200px; font-size: 18px; }

Related: See More


Questions / Comments: