首页 / 编程开发 / 前端开发 / UI框架 / Bootstrap5教程 / Bootstrap5 组件 / 正文 Bootstrap5 卡片 卡片是一个灵活且可扩展的内容容器。它包括页眉和页脚的选项、各种内容、背景颜色以及强大的显示选项。 内容类型正文 <div class="card"> <div class="card-body"> This is some text within a card body. </div> </div>