Next-level frosted glass with backdrop-filter * Josh W. Comeau
Briefly

In practice, I pretty much only use backdrop-filter for one use case: blurring everything behind an element, usually a header, to create the "frosted glass" effect I mentioned earlier.
The backdrop-filter algorithm only considers the pixels that are directly behind the element... we actually want to consider pixels that are near the element too.
Read at Joshwcomeau
[
|
]