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/float

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

Float utilities complete list

Tailwind CSS v4 provides five float utilities: float-right (float: right;), float-left (float: left;), float-start (float: inline-start;), float-end (float: inline-end;), and float-none (float: none;).

float-start and float-end use logical properties

The float-start and float-end utilities use CSS logical properties that map to either the left or right side based on the text direction of the document. In left-to-right text, float-start maps to left; in right-to-left text, float-start maps to right.

Float utilities are responsive

Float utilities in Tailwind CSS v4 support responsive design variants. For example, md:float-left can be used to apply float-left only at medium breakpoint and above.

float-none resets float property

The float-none utility sets float to none, which resets or disables any floats that are applied to an element.

Give your agent this brain