(Created page with "→CSS placed here will be applied to all skins: body { background-image: url("/resources/assets/PageBackgroundHeader.png"); background-color: #cccccc; }") |
No edit summary |
||
Line 4: | Line 4: | ||
background-image: url("/resources/assets/PageBackgroundHeader.png"); | background-image: url("/resources/assets/PageBackgroundHeader.png"); | ||
background-color: #cccccc; | background-color: #cccccc; | ||
background-size: cover; | |||
} | } |
Revision as of 00:12, 18 December 2022
/* CSS placed here will be applied to all skins */ body { background-image: url("/resources/assets/PageBackgroundHeader.png"); background-color: #cccccc; background-size: cover; }