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/grid-row

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

row-span-<number> utility

The row-span-<number> utility sets grid-row to span <number> / span <number>. Use it to make an element span n rows, for example row-span-2 or row-span-4.

row-span-full utility

The row-span-full utility sets grid-row to 1 / -1, making an element span from the first to the last grid row.

row-start-<number> utility

The row-start-<number> utility sets grid-row-start to <number>. Use it to make an element start at the nth grid line, for example row-start-2.

-row-start-<number> utility

The -row-start-<number> utility sets grid-row-start to calc(<number> * -1), allowing negative row start values.

row-start-auto utility

The row-start-auto utility sets grid-row-start to auto.

row-start-(<custom-property>) utility

The row-start-(<custom-property>) utility sets grid-row-start to var(<custom-property>), allowing row start values to be defined via CSS custom properties.

row-start-[<value>] arbitrary utility

The row-start-[<value>] utility accepts arbitrary values and sets grid-row-start to <value>.

row-end-<number> utility

The row-end-<number> utility sets grid-row-end to <number>. Use it to make an element end at the nth grid line, for example row-end-3.

-row-end-<number> utility

The -row-end-<number> utility sets grid-row-end to calc(<number> * -1), allowing negative row end values.

row-end-auto utility

The row-end-auto utility sets grid-row-end to auto.

row-end-(<custom-property>) utility

The row-end-(<custom-property>) utility sets grid-row-end to var(<custom-property>), allowing row end values to be defined via CSS custom properties.

row-end-[<value>] arbitrary utility

The row-end-[<value>] utility accepts arbitrary values and sets grid-row-end to <value>.

row-auto utility

The row-auto utility sets grid-row to auto.

row-<number> utility

The row-<number> utility sets grid-row to <number>.

-row-<number> utility

The -row-<number> utility sets grid-row to calc(<number> * -1), allowing negative row values.

row-(<custom-property>) utility

The row-(<custom-property>) utility sets grid-row to var(<custom-property>), allowing row values to be defined via CSS custom properties.

row-[<value>] arbitrary utility

The row-[<value>] utility accepts arbitrary values and sets grid-row to <value>.

Grid row utilities responsive design support

The grid-row, grid-row-start, and grid-row-end utilities support responsive design and can be modified with responsive prefixes.

Grid row utilities support custom values

The row, row-span, row-start, and row-end utilities support custom values via CSS custom properties and arbitrary value syntax.

Give your agent this brain