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

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.

cursor utility classes complete list

Tailwind CSS v4 provides the following cursor utility classes: cursor-auto (cursor: auto;), cursor-default (cursor: default;), cursor-pointer (cursor: pointer;), cursor-wait (cursor: wait;), cursor-text (cursor: text;), cursor-move (cursor: move;), cursor-help (cursor: help;), cursor-not-allowed (cursor: not-allowed;), cursor-none (cursor: none;), cursor-context-menu (cursor: context-menu;), cursor-progress (cursor: progress;), cursor-cell (cursor: cell;), cursor-crosshair (cursor: crosshair;), cursor-vertical-text (cursor: vertical-text;), cursor-alias (cursor: alias;), cursor-copy (cursor: copy;), cursor-no-drop (cursor: no-drop;), cursor-grab (cursor: grab;), cursor-grabbing (cursor: grabbing;), cursor-all-scroll (cursor: all-scroll;), cursor-col-resize (cursor: col-resize;), cursor-row-resize (cursor: row-resize;), cursor-n-resize (cursor: n-resize;), cursor-e-resize (cursor: e-resize;), cursor-s-resize (cursor: s-resize;), cursor-w-resize (cursor: w-resize;), cursor-ne-resize (cursor: ne-resize;), cursor-nw-resize (cursor: nw-resize;), cursor-se-resize (cursor: se-resize;), cursor-sw-resize (cursor: sw-resize;), cursor-ew-resize (cursor: ew-resize;), cursor-ns-resize (cursor: ns-resize;), cursor-nesw-resize (cursor: nesw-resize;), cursor-nwse-resize (cursor: nwse-resize;), cursor-zoom-in (cursor: zoom-in;), cursor-zoom-out (cursor: zoom-out;).

cursor custom property syntax

The cursor-(<custom-property>) syntax applies cursor: var(<custom-property>); to use a CSS custom property for the cursor value.

cursor arbitrary value syntax

The cursor-[<value>] syntax allows arbitrary values and applies cursor: <value>; directly.

cursor utility responsive design support

Cursor utilities support responsive design breakpoints, allowing different cursor styles at different screen sizes.

cursor utility custom value example

Custom cursor values can be used with the cursor utility, such as cursor-[url(hand.cur),_pointer] to use a custom cursor image with a fallback.

Give your agent this brain