размытие в журнале Apple
Мой CSS:
Код: Выделить всё
.floating-blur {
/* filter: blur(2px); */
backdrop-filter: blur(4px);
background: linear-gradient(
to top,
rgba(228, 214, 228, 0.6),
rgba(228, 214, 228, 0) 100%
);
}
Подробнее здесь: https://stackoverflow.com/questions/797 ... -using-css