Bootstrap 5 card hover effects add visual interactivity without JavaScript. This page covers 4 hover patterns — lift, border color, image zoom and overlay reveal — each using pure CSS transitions.
Key Classes Reference
| CSS Property | What It Does |
|---|---|
transition | Smooth animation between states |
transform: translateY(-6px) | Lift effect on hover |
transform: scale(1.08) | Image zoom on hover |
overflow: hidden | Clips zoomed image to card |
opacity: 0 → 1 | Fade in overlay |
box-shadow | Shadow on hover |
1. Bootstrap 5 Card Lift Hover Effect
Cards lift up with a shadow on hover using CSS transform and transition.
2. Bootstrap 5 Card Border Color Hover
Card border changes color on hover. Clean and subtle — works well for feature cards.
3. Bootstrap 5 Card Image Zoom on Hover
The card image zooms in smoothly on hover while the card itself stays still.
4. Bootstrap 5 Card Overlay Reveal on Hover
A dark overlay with action buttons appears on card hover. Common for portfolio and gallery cards.
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.