
Shobha
The best way to predict the future is to invent it
How does the backdrop-filter property work?
The backdrop-filter applies graphical effects (like blur or brightness) to the background behind an element. It’s commonly used for overlays.
For example,
.overlay { backdrop-filter: blur(10px); }
For example,
.overlay { backdrop-filter: blur(10px); }