``` container"
---
guide/english/bootstrap/cards/index.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/guide/english/bootstrap/cards/index.md b/guide/english/bootstrap/cards/index.md
index a09dfc5056..eb30876dc7 100644
--- a/guide/english/bootstrap/cards/index.md
+++ b/guide/english/bootstrap/cards/index.md
@@ -8,7 +8,8 @@ title: Cards
* Cards are bordered boxes with a bit of padding around the content inside them, which can be used to conveniently display a specific set of information.
-** To create a basic Bootstrap 4 card, you need to create a `
` container with the class `.card` and inside another `
` container with the class of `.card-body` **
+** To create a basic Bootstrap 4 card, you need to create a `
` container with the class `.card` and inside it another `
` container with the class of `.card-body` **
+
###### Code example: