Благодарим за выбор нашего сервиса!
Тестовое сообщение
Страница: 1
Сообщений 1 страница 6 из 6
Поделиться32020-07-04 12:19:41
.head-fade:before,
.head-fade:after {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: '';
background: linear-gradient(0deg, rgba(100, 135, 87, 0.50) 0%, rgba(202, 201, 194, 0.5) 100%);
opacity: .8;
z-index: -1;
}
.head-fade:before {
transform: skew(50deg) translateX(-60%);
}
.head-fade:after {
transform: skew(-40deg) translateX(-80%);
}
Поделиться52020-07-06 21:58:20
background-size: cover;
background-attachment: fixed;
Поделиться62020-07-06 21:58:47
<figure class="head-fade">
</figure>
Страница: 1