Нет описания правки
Метка: отменено
Нет описания правки
 
(не показаны 2 промежуточные версии этого же участника)
Строка 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;  
  filter: invert( 1 ) hue-rotate( 180deg );
}
}

Текущая версия от 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; 
}