Codepen. CSS: < /p>
Код: Выделить всё
body, html
{
background: linear-gradient(to bottom,#0000ff,#00008b);
background-repeat: no-repeat;
background-attachment: fixed;
margin: 0;
/*height: 100%; */
height: 100%;
width: 100%;
padding: 0;
cursor:url(https://i.postimg.cc/KvSw4f0x/pixil-frame-0-6.png), auto;
}
нижний колонтитул не белый с градиентом, но я не могу надеть на него элементы SVG. Я пытался:
[*] Настройка высоты и width атрибуты тела, html {} css to 100vh и 100VW . 0 .
[*] this:
Код: Выделить всё
header { border-bottom: none ! important; }
footer { border-top: none ! important; }
[*] Установка min-hight до 100%.
Подробнее здесь: https://stackoverflow.com/questions/776 ... of-my-page