The document describes two components: a card and a carousel. The card includes an image, title, text, and a button, while the carousel features multiple images that can be navigated through previous and next buttons. Both components are designed using Bootstrap for responsive and interactive design.
The document describes two components: a card and a carousel. The card includes an image, title, text, and a button, while the carousel features multiple images that can be navigated through previous and next buttons. Both components are designed using Bootstrap for responsive and interactive design.
<img src="..." class="card-img-top" alt="..."> <div class="card-body"> <h5 class="card-title">Card title</h5> <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div>