.manage-screen class
Delineates the main screen on the user profile.
The following illustrations show:
-
The .manage-screen style before applying CSS changes.
-
The .manage-screen style after the background-image and the background-repeat properties have been added.
| Default CSS | Modified CSS |
|---|---|
![]() | ![]() |
| .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 />} |
Updated 19 days ago


