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/min-height

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

min-h-<number> utility class

The min-h-<number> utility class sets min-height using the spacing scale. It uses the formula min-height: calc(var(--spacing) * <number>). Examples include min-h-24, min-h-32, min-h-40, min-h-48, min-h-64, min-h-80, and min-h-96.

min-h-<fraction> utility class

The min-h-<fraction> utility class sets min-height to a percentage of the parent height using the formula min-height: calc(<fraction> * 100%). Examples include min-h-1/2, min-h-1/3, min-h-3/4, and min-h-9/10.

min-h-px utility class

The min-h-px utility class sets min-height: 1px.

min-h-full utility class

The min-h-full utility class sets min-height: 100%, making an element take the full height of its parent.

min-h-screen utility class

The min-h-screen utility class sets min-height: 100vh, making an element take the full viewport height.

Viewport unit min-height utilities

Tailwind provides min-height utilities for different viewport units: min-h-dvh sets min-height: 100dvh (dynamic viewport height), min-h-dvw sets min-height: 100dvw (dynamic viewport width), min-h-lvh sets min-height: 100lvh (large viewport height), min-h-lvw sets min-height: 100lvw (large viewport width), min-h-svw sets min-height: 100svw (small viewport width), and min-h-svh sets min-height: 100svh (small viewport height).

min-h-auto utility class

The min-h-auto utility class sets min-height: auto.

min-h-max utility class

The min-h-max utility class sets min-height: max-content.

min-h-fit utility class

The min-h-fit utility class sets min-height: fit-content.

min-h-lh utility class

The min-h-lh utility class sets min-height: 1lh, using the line height unit.

min-h-(<custom-property>) utility class

The min-h-(<custom-property>) utility class allows referencing a CSS custom property, setting min-height: var(<custom-property>).

Give your agent this brain