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
This commit is contained in:
RonnyNovik
2018-12-23 10:11:16 +02:00
committed by Manish Giri
parent e6b7c5c8be
commit 80b192634b

View File

@ -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 `<div>` container with the class `.card` and inside it another `<div>` container with the class of `.card-body` **
###### Code example:
```html