.manage-screen class

img

Delineates the main screen on the user profile.

The following illustrations show:

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

  2. The .manage-screen style after the background-image and the background-repeat properties have been added.

Default CSSModified CSS
imgimg
.manage-screen {<br /> max-width: 800px;<br /> margin: 0 auto;<br /> padding: 0 25px;<br />}.manage-screen {<br /> max-width: 800px;<br /> margin: 0 auto;<br /> padding: 0 25px;<br /> background-image: url("crossline-lines.png");<br /> background-repeat: repeat;<br />}