new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Tailwind CSS · Utilities reference · all subjects

backdrop-blur

5 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

backdrop-blur utility classes and CSS output

The backdrop-blur utilities produce the following CSS: backdrop-blur-xs outputs 'backdrop-filter: blur(var(--blur-xs)); /* 4px */', backdrop-blur-sm outputs 'backdrop-filter: blur(var(--blur-sm)); /* 8px */', backdrop-blur-md outputs 'backdrop-filter: blur(var(--blur-md)); /* 12px */', backdrop-blur-lg outputs 'backdrop-filter: blur(var(--blur-lg)); /* 16px */', backdrop-blur-xl outputs 'backdrop-filter: blur(var(--blur-xl)); /* 24px */', backdrop-blur-2xl outputs 'backdrop-filter: blur(var(--blur-2xl)); /* 40px */', backdrop-blur-3xl outputs 'backdrop-filter: blur(var(--blur-3xl)); /* 64px */', and backdrop-blur-none outputs 'backdrop-filter: ;'.

backdrop-blur custom property syntax

The backdrop-blur utility supports a custom property syntax using the format backdrop-blur-(<custom-property>), which outputs 'backdrop-filter: blur(var(<custom-property>));'.

backdrop-blur arbitrary value syntax

The backdrop-blur utility supports an arbitrary value syntax using the format backdrop-blur-[<value>], which outputs 'backdrop-filter: blur(<value>);'.

backdrop-blur blur amount values

The backdrop-blur utilities use the following blur amounts: xs is 4px, sm is 8px, md is 12px, lg is 16px, xl is 24px, 2xl is 40px, and 3xl is 64px.

backdrop-blur theme key for customization

The backdrop-blur utility uses the 'blur' theme key for customization.

Give your agent this brain