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/justify-self

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

justify-self utilities complete list

The justify-self utility classes for controlling how individual grid items are aligned along their inline axis are: justify-self-auto (justify-self: auto;), justify-self-start (justify-self: start;), justify-self-center (justify-self: center;), justify-self-center-safe (justify-self: safe center;), justify-self-end (justify-self: end;), justify-self-end-safe (justify-self: safe end;), and justify-self-stretch (justify-self: stretch;).

justify-self-auto behavior

The justify-self-auto utility aligns a grid item based on the value of the grid's justify-items property.

justify-self-start behavior

The justify-self-start utility aligns a grid item to the start of its inline axis.

justify-self-center behavior

The justify-self-center utility aligns a grid item along the center of its inline axis.

justify-self-end behavior

The justify-self-end utility aligns a grid item to the end of its inline axis.

justify-self-end-safe overflow behavior

The justify-self-end-safe utility will align the item to the start of the container instead of the end when there is not enough space available.

justify-self-stretch behavior

The justify-self-stretch utility stretches a grid item to fill the grid area on its inline axis.

justify-self supports responsive design

The justify-self property supports responsive design modifiers, allowing different alignment values at different breakpoints.

Give your agent this brain