Нет описания правки
Нет описания правки
 
Строка 1: Строка 1:
body{
body{
   background-image: url(https://wiki.laconio.me/images/7/70/LCN.png);
   background: url(https://wiki.laconio.me/images/7/70/LCN.png);
   background-repeat: no-repeat; /* Optional: control repeating */
   background-repeat: no-repeat; /* Optional: control repeating */
   background-position: center;  /* Optional: position the image */
   background-position: center;  /* Optional: position the image */
   background-size: contain;  
   background-size: contain;  
}
}

Текущая версия от 23:50, 3 декабря 2025

body{
  background: url(https://wiki.laconio.me/images/7/70/LCN.png);
  background-repeat: no-repeat; /* Optional: control repeating */
  background-position: center;  /* Optional: position the image */
  background-size: contain; 
}