Bootstrap 5 UI Tutorial

Build fast, responsive sites with Bootstrap 5

BS5 Cards

Bootstrap 5 Cards

A card in Bootstrap 5 is a bordered box with some padding around its content. It includes options for headers, footers, content, colors, etc.

Basic Card Structure

  • .card - The main container
  • .card-header - Header section
  • .card-body - Main content (with padding)
  • .card-title - Used within body
  • .card-text - Used within body for text
  • .card-footer - Footer section

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics