Благодарим за выбор нашего сервиса!
Тестовое сообщение
Сообщений 1 страница 9 из 9
Поделиться22024-08-11 14:50:20
#blur_back {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
display: flex;
justify-content: center;
overflow: hidden;
border-radius: 25px;
}
.blur {
width: 1200px;
position: relative;
backdrop-filter: blur(40px);
-webkit-backdrop-filter: blur(40px);
border-radius: 25px;
}











































