Answers for "bootstrap carousel image right"

0

bootstrap carousel image right

<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
             <div class="carousel-inner">
                    <div class="carousel-item active">
                        <div class="row align-items-center">
                            <div class="col-md py-2">
                                <p> Text text text here. Text here, here, here, here is the text. Text here, here, here, here is the text. </p>
                                <button class="btn btn-primary">More here</button>
                            </div>
                            <div class="col-md py-2">
                                <img class="d-block img-fluid" src="..." alt="First slide">
                            </div>
                        </div>
                    </div>
                    <div class="carousel-item">
                        ...
                    </div>
                    <div class="carousel-item">
                        ...
                    </div>
             </div>
      </div>
Posted by: Guest on September-05-2021

Browse Popular Code Answers by Language