mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Adding call out note directly to the page.
Instead of using an external source since this is only a one time note it is safe to be placed within the document itself.
This commit is contained in:
parent
42006e7b17
commit
34c7b07f7f
@ -391,7 +391,11 @@ Turn an image into a card background and overlay your card's text. Depending on
|
||||
</div>
|
||||
{% endcapture %}
|
||||
{% include example.html content=example %}
|
||||
{% include callout-info-content-iamge-overlay-overflow.md %}
|
||||
|
||||
{% 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user