.card-heading class
Header for the individual profile management cards.
The following illustrations show:
-
The .card-heading style before applying CSS changes.
-
The .card-heading style after the background-color property has been changed to lightblue.
| Default CSS | Modified CSS |
|---|---|
![]() | ![]() |
| .card-heading {<br /> border-bottom: 1px solid #f2f2f2;<br />} | .card-heading {<br /> border-bottom: 1px solid #f2f2f2;<br /> background-color: lightblue;<br />} |
Updated about 1 month ago


