Text area for the profile management cards.
The following illustrations show:
- The .card-body style before applying CSS changes.
- The .card-body style after the background-color property has been changed to green.
Default CSS |
Modified CSS |
|
|
|
|
.card-body {
padding: 30px 25px 15px; } |
.card-body {
padding: 30px 25px 15px; background-color: green; } |