BetaCodophile is currently in active development. Features may change rapidly! 🚀
Back to CSS

Backdrop Filter

Apply graphical effects to the area behind an element.

Basic Effects

0px
1
100%

Color Adjustments

0deg
100%
100%
0%
0%
0%

Drop Shadow (Backdrop)

0px
0px
0px

Glass Effect

Adjust the sliders to experiment with the backdrop-filter property.

.glass-card
CSS Output
.glass-element {
backdrop-filter: none;
/* Safari support */
-webkit-backdrop-filter: none;
}