Blurred/Frosted backgrounds with CSS
cssUse the backdrop-filter
property to create blurred backgrounds.
backdrop-filter: saturate(180%) blur(5px);
Use the backdrop-filter
property to create blurred backgrounds.
backdrop-filter: saturate(180%) blur(5px);