@@ -101,6 +101,19 @@ Create lists of content in a card with a flush list group.
</div>
{{</example>}}
{{<example>}}
<divclass="card"style="width: 18rem;">
<ulclass="list-group list-group-flush">
<liclass="list-group-item">Cras justo odio</li>
<liclass="list-group-item">Dapibus ac facilisis in</li>
<liclass="list-group-item">Vestibulum at eros</li>
</ul>
<divclass="card-footer">
Card footer
</div>
</div>
{{</example>}}
### Kitchen sink
Mix and match multiple content types to create the card you need, or throw everything in there. Shown below are image styles, blocks, text styles, and a list group—all wrapped in a fixed-width card.