.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 { 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; } |
Updated over 3 years ago


