Description area on the user profile screen.
The following illustrations show:
- The .screen-heading style before applying CSS changes.
- The .screen-heading style after the background-color property has been changed to purple and the color property has been changed to white.
Default CSS | Modified CSS | |
.screen-heading { text-align: center; } | .screen-heading { text-align: center; background-color: purple; color: white; } |