.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 {
max-width: 800px;
margin: 0 auto;
padding: 0 25px;
}
.manage-screen {
max-width: 800px;
margin: 0 auto;
padding: 0 25px;
background-image: url("crossline-lines.png");
background-repeat: repeat;
}