.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 { border-bottom: 1px solid #f2f2f2; } | .card-heading { border-bottom: 1px solid #f2f2f2; background-color: lightblue; } |
Updated over 2 years ago