(Створена сторінка: →‎Усі CSS тут будуть завантажені для користувачів скіна MinervaNeue: body.skin-minerva { background-image: url('https://mafiacc.site/images/2/26/Background.png'); background-size: cover; →‎Cover the entire page: background-repeat: no-repeat; →‎Prevent image from repeating: background-position: center center; →‎Center the background image: })
(Немає відмінностей)

Версія за 09:00, 24 квітня 2024

/* Усі CSS тут будуть завантажені для користувачів скіна MinervaNeue */

body.skin-minerva {
    background-image: url('https://mafiacc.site/images/2/26/Background.png');
    background-size: cover;  /* Cover the entire page */
    background-repeat: no-repeat;  /* Prevent image from repeating */
    background-position: center center;  /* Center the background image */
}