A card in Bootstrap 5 is a bordered box with some padding around its content. It includes options for headers, footers, content, colors, etc.
.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 sectionEdit the code below and click Run to see the result live.