.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 {<br /> padding: 30px 25px 15px;<br />}.card-body {<br /> padding: 30px 25px 15px;<br /> background-color: green;<br />}