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:
@ -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
|
||||
|
Reference in New Issue
Block a user