More actions
GamingTwist (talk | contribs) Created page with "→All CSS here will be loaded for users of the Vector skin: body { background-image: url('resources/assets/2024-09-16_23.49.42.png'); }" |
GamingTwist (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
body { | body { | ||
background-image: url('resources/assets/2024-09-16_23.49.42.png'); | background-image: url('resources/assets/2024-09-16_23.49.42.png'); | ||
background-repeat: no-repeat; | |||
background-attachment: fixed; | |||
background-size: cover; | |||
} | } |
Revision as of 00:17, 17 September 2024
/* All CSS here will be loaded for users of the Vector skin */ body { background-image: url('resources/assets/2024-09-16_23.49.42.png'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; }