update set image card (#18783)

update set the height of the card image
This commit is contained in:
Zulfiqor
2018-10-16 03:08:40 +07:00
committed by Quincy Larson
parent b34e38ba75
commit 15515e62ea

View File

@@ -76,3 +76,12 @@ The structure of the card can be enhanced by the addition of a header and a foot
<div class="card-img-overlay">Overlay content</div> <div class="card-img-overlay">Overlay content</div>
</div> </div>
``` ```
### Card is balanced with the image
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="..." alt="Card image cap">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!--You must set the image height on all cards -->