CSS
- 3 ответа
- 0 вопросов
2
Вклад в тег
.bg-wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
overflow: hidden;
}
.bg-wrapper:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index:-1;
background: #0F2027;
background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
filter: blur(150px);
opacity: 0.8;
}
.bg-wrapper
появляется ограничения overflow: hidden;