.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 {<br /> text-align: center;<br />}.screen-heading {<br /> text-align: center;<br /> background-color: purple;<br /> color: white;<br />}