mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 03:11:19 +02: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:
@@ -391,7 +391,11 @@ Turn an image into a card background and overlay your card's text. Depending on
|
|||||||
</div>
|
</div>
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
{% include example.html content=example %}
|
{% 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
|
## Card styles
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user