Вот мой код в scss.
Код: Выделить всё
.page {
margin: 0 auto;
min-inline-size: 320px;
min-block-size: 100dvb;
position: relative;
// background-color: var(--color-bg, #fff);
// background-image: var(--gradient-light-scheme);
// background-attachment: fixed;
font-family: var(--main-font, 'inter-variable', sans-serif);
font-weight: var(--font-weight-main);
color: var(--font-main-color, #000);
container: page / inline-size;
&::after {
content: '';
display: block;
position: fixed;
inset: 0;
block-size: 100vh;
background-color: var(--color-bg, #fff);
background-image: var(--gradient-light-scheme);
z-index: -1;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
}
Подробнее здесь: https://stackoverflow.com/questions/790 ... r-requests
Мобильная версия