Create frosted glass effects in CSS 🪟
backdrop-filter applies visual effects to the content behind an element — blur, brightness, contrast, and more.
backdrop-filter: blur(10px) brightness(0.9);
No JavaScript. No canvas tricks.
Learn more 👇
https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter
