DEV Community

Discussion on: location-based background - cool css trick

Collapse
 
felipperegazio profile image
Felippe Regazio

nice! if you try to apply on the element:

background-color: rgba(255,255,255,.6);
backdrop-filter: blur(5px);

would it create the same effect?

Collapse
 
shmuelhizmi profile image
shmuelhizmi

yep, if you put it in front of the image component it should work and get it to be blurry.