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 v4 · all subjects

utilities/text-underline-offset

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.

text-underline-offset utility classes

Tailwind v4 provides the following text-underline-offset utility classes: underline-offset-<number> generates text-underline-offset: <number>px; -underline-offset-<number> generates text-underline-offset: calc(<number>px * -1); underline-offset-auto generates text-underline-offset: auto; underline-offset-(<custom-property>) generates text-underline-offset: var(<custom-property>); underline-offset-[<value>] generates text-underline-offset: <value>;

underline-offset-<number> basic examples

The underline-offset-<number> utilities control the offset of a text underline. Common values include underline-offset-1, underline-offset-2, underline-offset-4, and underline-offset-8, each increasing the distance between the text and the underline.

text-underline-offset supports responsive design

The text-underline-offset utilities support responsive design, allowing different underline offsets to be applied at different breakpoints.

text-underline-offset supports arbitrary values

The text-underline-offset utilities support arbitrary values using square bracket notation, such as underline-offset-[3px], allowing any custom CSS value for text-underline-offset.

text-underline-offset supports custom properties

The text-underline-offset utilities support custom CSS properties using the underline-offset-(<custom-property>) syntax, which generates text-underline-offset: var(<custom-property>);

Give your agent this brain