Answers for "bootstrap carousel arrows not showing"

0

bootstrap carousel arrows not showing

<a class="carousel-control-prev" href="#projectCarousel" role="button" data-slide="prev">
        <span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#projectCarousel" role="button" data-slide="next">
        <span class="carousel-control-next-icon"></span>
</a>
Posted by: Guest on April-21-2021

Code answers related to "bootstrap carousel arrows not showing"

Browse Popular Code Answers by Language