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/background-repeat

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.

background-repeat utility classes in Tailwind v4

Tailwind v4 provides the following utility classes for controlling background-repeat: bg-repeat (background-repeat: repeat), bg-repeat-x (background-repeat: repeat-x), bg-repeat-y (background-repeat: repeat-y), bg-repeat-space (background-repeat: space), bg-repeat-round (background-repeat: round), and bg-no-repeat (background-repeat: no-repeat).

bg-repeat utility class

The bg-repeat utility class repeats the background image both vertically and horizontally, applying the CSS property background-repeat: repeat.

bg-repeat-x utility class

The bg-repeat-x utility class repeats the background image only horizontally, applying the CSS property background-repeat: repeat-x.

bg-repeat-y utility class

The bg-repeat-y utility class repeats the background image only vertically, applying the CSS property background-repeat: repeat-y.

bg-repeat-space utility class

The bg-repeat-space utility class repeats the background image without clipping, applying the CSS property background-repeat: space.

bg-repeat-round utility class

The bg-repeat-round utility class repeats the background image without clipping and stretches if needed to avoid gaps, applying the CSS property background-repeat: round.

bg-no-repeat utility class

The bg-no-repeat utility class prevents a background image from repeating, applying the CSS property background-repeat: no-repeat.

background-repeat utilities support responsive design

The background-repeat utilities in Tailwind v4 support responsive design variants, allowing you to apply different background-repeat values at different breakpoints.

Give your agent this brain