mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 18:44:01 +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>
|
||||
{% 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
|
||||
|
||||
|
Reference in New Issue
Block a user