No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
background-size: 100% 200px; | background-size: 100% 200px; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: top; | background-position: center top; | ||
} | } |
Revision as of 00:37, 19 December 2022
/* CSS placed here will be applied to all skins */ body { background-image: url("/resources/assets/PageBackgroundHeader.png"); background-color: #1d1e1f; background-size: 100% 200px; background-repeat: no-repeat; background-position: center top; }