.card-heading class

img

Header for the individual profile management cards.

The following illustrations show:

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

  2. The .card-heading style after the background-color property has been changed to lightblue.

Default CSSModified CSS
imgimg
.card-heading {<br /> border-bottom: 1px solid #f2f2f2;<br />}.card-heading {<br /> border-bottom: 1px solid #f2f2f2;<br /> background-color: lightblue;<br />}