Skip to main content

Blur

Set the blur filter for an element.

Widely available

This feature is well established and works across many devices and browser versions.

Chrome
Edge
Firefox
Safari

f-b:none
filter: blur();
f-b:xs
filter: blur(4px);
f-b:sm
filter: blur(8px);
f-b:md
filter: blur(16px);
f-b:lg
filter: blur(32px);
f-b:xl
filter: blur(64px);

Media Queries

Prefix a class with a breakpoint to apply it from that width up.

Pseudo Classes

Prefix a class with a state to apply it only while that state matches.