MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "body { background-image: url(https://wiki.unrailed.gg/images/f/f2/Website_Background-Cd8FaNtb.jpg); background-repeat: no-repeat, repeat; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
body { | body { | ||
background-image: url(https://wiki.unrailed.gg/images/f/f2/Website_Background-Cd8FaNtb.jpg); | background-image: url(https://wiki.unrailed.gg/images/f/f2/Website_Background-Cd8FaNtb.jpg); | ||
background-repeat: no-repeat; | |||
background-attachment: fixed; | |||
background-position-x: center; | |||
background-position-y: bottom; | |||
background-size: cover; | |||
} | } | ||
Revision as of 00:04, 30 November 2024
body {
background-image: url(https://wiki.unrailed.gg/images/f/f2/Website_Background-Cd8FaNtb.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position-x: center;
background-position-y: bottom;
background-size: cover;
}