.screen-heading class

img

Description area on the user profile screen.

The following illustrations show:

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

  2. The .screen-heading style after the background-color property has been changed to purple and the color property has been changed to white.

Default CSSModified CSS
imgimg
.screen-heading {
text-align: center;
}
.screen-heading {
text-align: center;
background-color: purple;
color: white;
}