backdrop-filter
Property.
The following are a series of image (img
) elements, each with a div
positioned
on top. Each of these div
s is styled using a different type of backdrop filter.
backdrop-filter: blur(10px)
The CSS for the above image is:
-webkit-backdrop-filter: blur(10px);
backdrop-filter: invert()
The CSS for the above image is:
-webkit-backdrop-filter: invert();
backdrop-filter: sepia() hue-rotate(120deg)
The CSS for the above image is:
-webkit-backdrop-filter: sepia() hue-rotate(120deg);
Dynamic Background
The CSS for the above image is:
-webkit-backdrop-filter: blur(10px);