From 83566e14ebda973faf97eff8250a78ea14d7fc4b Mon Sep 17 00:00:00 2001 From: Kamil <36131637+wlodi54@users.noreply.github.com> Date: Sat, 17 Nov 2018 19:37:11 +0100 Subject: [PATCH] Add the body card example (#21914) --- guide/english/bootstrap/cards/index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/guide/english/bootstrap/cards/index.md b/guide/english/bootstrap/cards/index.md index 9977b077ad..ea90465f46 100644 --- a/guide/english/bootstrap/cards/index.md +++ b/guide/english/bootstrap/cards/index.md @@ -39,6 +39,23 @@ The structure of the card can be enhanced by the addition of a header and a foot ``` +### Body +-------- +The main container of Card is .card-body. + +###### This is what it would look like in your HTML document + +```html +