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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views1 page
Bootstrap code
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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Cards:
<div class="card" style="width: 18rem;">
<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>