.card-body class

img

Text area for the profile management cards.

The following illustrations show:

  1. The .card-body style before applying CSS changes.

  2. The .card-body style after the background-color property has been changed to green.

Default CSSModified CSS
imgimg
.card-body {
padding: 30px 25px 15px;
}
.card-body {
padding: 30px 25px 15px;
background-color: green;
}