From 80b192634b10104e5077adbc794eaef4b8d6aaa2 Mon Sep 17 00:00:00 2001 From: RonnyNovik Date: Sun, 23 Dec 2018 10:11:16 +0200 Subject: [PATCH] Added description of the "card" element, when it is used and why (#26263) * Updated index.md I have provided more info about what the solution that cards grant you and what key features can be created using cards * Grammar fixes --- guide/english/bootstrap/cards/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guide/english/bootstrap/cards/index.md b/guide/english/bootstrap/cards/index.md index eb30876dc78..284cfb7f665 100644 --- a/guide/english/bootstrap/cards/index.md +++ b/guide/english/bootstrap/cards/index.md @@ -4,13 +4,17 @@ title: Cards # Bootstrap 4 Cards ------ -* Using Bootstrap 4 you can create cards. +* Using Bootstrap 4 you can create 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. +* Using cards, you will be able to create beautiful, responsive elements such as blog posts, gallery items, shop products and much more. Cards are a key feature for a content-rich website and provide an easy solution for both design and responsiveness. + + ** 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: ```html