Bootstrap 5 cards are flexible content containers used for blog posts, products, profiles, pricing tables and more. This page covers 8 practical card patterns with working copy-paste HTML code.
Quick Setup
Cards require only Bootstrap 5 CSS — no extra JS needed:
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"/>
Key Classes Reference
| Class | What It Does |
|---|---|
.card | Required wrapper element |
.card-body | Main content padding area |
.card-title | Heading inside card body |
.card-text | Paragraph text inside card body |
.card-img-top | Image at the top of the card |
.card-img-bottom | Image at the bottom of the card |
.card-header | Styled header section |
.card-footer | Styled footer section |
.card-link | Link inside card body |
.h-100 | Makes cards equal height in a grid |
.stretched-link | Makes entire card clickable |
.row-cols-md-3 | 3-column card grid on desktop |
1. Basic Bootstrap 5 Card
The simplest Bootstrap 5 card with header, body, title, text and a button.
2. Bootstrap 5 Card with Image
Card with a top image using card-img-top. Image fills the card width automatically.
3. Bootstrap 5 Pricing Card
A clean pricing card with plan name, price, feature list and CTA button.
4. Bootstrap 5 Profile Card
A user profile card with avatar, name, role, stats and social links.
5. Bootstrap 5 Product Card
An e-commerce product card with image, badge, price, rating and add to cart button.
6. Bootstrap 5 Blog Card
A blog post card with category badge, image, title, excerpt, author and read time.
7. Bootstrap 5 Card Hover Effect
Card with a smooth shadow and lift effect on hover using CSS transitions.
8. Bootstrap 5 Horizontal Card
A horizontal card with image on the left and content on the right using Bootstrap grid inside the card.
Frequently Asked Questions
Need a Full Bootstrap 5 Admin Dashboard?
Get a complete Angular 21 + Bootstrap 5 dashboard with 50+ components — built by the same team behind BootstrapPlanet.
Browse Templates →Use code FIRST30 for 30% off your first purchase.