Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions site/docs/4.1/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,11 @@ Turn an image into a card background and overlay your card's text. Depending on
{% endcapture %}
{% include example.html content=example %}

{% capture callout %}
Note that content should not be larger than the height of the image. If content is larger than the image the content will be displayed outside the image.
{% endcapture %}
{% include callout.html content=callout type="info" %}

## Card styles

Cards include various options for customizing their backgrounds, borders, and color.
Expand Down