added "of that" (#24698)

changed sentence "you need to create a ```<div>``` container with the class ```.card``` and inside another ```<div>``` container" to "you need to create a ```<div>``` container with the class ```.card``` and inside of that another ```<div>``` container"
This commit is contained in:
Bro3Simon
2018-12-19 02:21:28 -05:00
committed by Manish Giri
parent ebe5ac865e
commit 44ca621989

View File

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