MediaWiki:Common.css: Difference between revisions

From Descendants of Darkness Wiki

Created page with "body { background-image: url('https://i.imgur.com/IxqVRa3.png'); background-repeat: no-repeat; background-size: cover; or any other styling you prefer: }"
 
No edit summary
Line 1: Line 1:
body {
body {
     background-image: url('https://i.imgur.com/IxqVRa3.png');
     background-image: url('https://i.imgur.com/IxqVRa3.png');
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-size: cover; /* or any other styling you prefer */
     background-size: cover; /* or any other styling you prefer */
}
}

Revision as of 08:14, 20 December 2023

 body {
    background-image: url('https://i.imgur.com/IxqVRa3.png');
    background-repeat: no-repeat;
    background-size: cover; /* or any other styling you prefer */
}