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 · Utilities reference · all subjects

mask-position

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.

mask-position utilities complete list

Tailwind provides the following mask-position utilities: mask-top-left (mask-position: top left;), mask-top (mask-position: top;), mask-top-right (mask-position: top right;), mask-left (mask-position: left;), mask-center (mask-position: center;), mask-right (mask-position: right;), mask-bottom-left (mask-position: bottom left;), mask-bottom (mask-position: bottom;), mask-bottom-right (mask-position: bottom right;).

mask-position custom property syntax

The mask-position utility supports arbitrary custom properties using the syntax mask-position-(<custom-property>), which generates mask-position: var(<custom-property>);

mask-position arbitrary value syntax

The mask-position utility supports arbitrary values using the syntax mask-position-[<value>], which generates mask-position: <value>;

mask-position responsive design support

Mask-position utilities support responsive design variants. The default class is mask-center and can be changed to other variants like mask-top at different breakpoints.

mask-position example HTML

Example showing mask-position utilities in use: <div class="mask-top-left mask-[url(/img/circle.png)] mask-size-[50%] bg-[url(/img/mountains.jpg)] ..."></div> <div class="mask-top mask-[url(/img/circle.png)] mask-size-[50%] bg-[url(/img/mountains.jpg)] ..."></div> <div class="mask-top-right mask-[url(/img/circle.png)] mask-size-[50%] bg-[url(/img/mountains.jpg)] ..."></div> <div class="mask-left mask-[url(/img/circle.png)] mask-size-[50%] bg-[url(/img/mountains.jpg)] ..."></div> <div class="mask-center mask-[url(/img/circle.png)] mask-size-[50%] bg-[url(/img/mountains.jpg)] ..."></div> <div class="mask-right mask-[url(/img/circle.png)] mask-size-[50%] bg-[url(/img/mountains.jpg)] ..."></div> <div class="mask-bottom-left mask-[url(/img/circle.png)] mask-size-[50%] bg-[url(/img/mountains.jpg)] ..."></div> <div class="mask-bottom mask-[url(/img/circle.png)] mask-size-[50%] bg-[url(/img/mountains.jpg)] ..."></div> <div class="mask-bottom-right mask-[url(/img/circle.png)] mask-size-[50%] bg-[url(/img/mountains.jpg)] ..."></div>

Give your agent this brain