Newly available
This feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
Chrome
Edge
Firefox
Safari
bf-b-nonebackdrop-filter: blur();bf-b-xsbackdrop-filter: blur(4px);bf-b-smbackdrop-filter: blur(8px);bf-b-mdbackdrop-filter: blur(16px);bf-b-lgbackdrop-filter: blur(32px);bf-b-xlbackdrop-filter: blur(64px);Responsiveness
Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.
Target viewport sizes with breakpoint prefixes.
sm:bf-b-(value)Small≥640px
md:bf-b-(value)Medium≥768px
lg:bf-b-(value)Large≥1024px
xxl:bf-b-(value)Extra Large≥1536px
Hover State
Apply styles conditionally on hover using the h: prefix.
Add the h: prefix to apply styles only when the user hovers over the element.
Syntax:
h:bf-b-(value)Negative Values
Use negative variants to apply negative backdrop blur values.
Use the -- syntax to apply negative numeric values.
Syntax:
bf-b--(value)