Layout
Aspect Ratio
aspect-auto | aspect-ratio: auto; |
aspect-square | aspect-ratio: 1 / 1; |
aspect-video | aspect-ratio: 16 / 9; |
Box Sizing
box-border | border-sizing: border-box; |
box-content | border-sizing: content-box; |
Usage
<div class="box-border aspect-video w-full">
<img src="/heroimage.png" alt="cat drinking milk" class="w-full" />
</div>
Float
float-right | float: right; |
float-left | float: left; |
float-none | float: none; |
Display
flex | display: flex; |
grid | display: grid; |
block | display: block; |
inline | display: inline; |
inline-block | display: inline-block; |
inline-flex | display: inline-flex; |
inline-grid | display: inline-grid; |
contents | display: contents; |
hidden | display: none; |
Usage
<nav class="float-right">
<ul class="flex">
<li>Home</li>
<li>About</li>
<li>Contact</li>
</ul>
</nav>
Position
fixed | position: fixed; |
relative | position: relative; |
absolute | position: absolute; |
Top / Bottom / Left / Right
Top
top-0 | top: 0; |
top-0.5 | top: 0.0625rem; /* 1px */ |
top-1 | top: 0.125rem; /* 2px */ |
top-1.5 | top: 0.25rem; /* 4px */ |
top-2 | top: 0.375rem; /* 6px */ |
top-2.5 | top: 0.5rem; /* 8px */ |
top-3 | top: 0625rem; /* 10px */ |
top-3.5 | top: 0.75rem; /* 12px */ |
top-4 | top: 0.875rem; /* 14px */ |
top-5 | top: 1rem; /* 16px */ |
top-6 | top: 1.25rem; /* 20px */ |
top-7 | top: 1.5rem; /* 24px */ |
top-8 | top: 1.75rem; /* 28px */ |
top-9 | top: 2rem; /* 32px */ |
top-10 | top: 2.25rem; /* 36px */ |
top-11 | top: 2.5rem; /* 40px */ |
top-12 | top: 2.75rem; /* 44px */ |
top-14 | top: 3rem; /* 48px */ |
top-16 | top: 3.25rem; /* 52px */ |
top-20 | top: 3.5rem; /* 56px */ |
top-24 | top: 3.75rem; /* 60px */ |
top-28 | top: 4rem; /* 64px */ |
top-32 | top: 5rem; /* 80px */ |
top-36 | top: 6rem; /* 96px */ |
top-40 | top: 7rem; /* 112px */ |
top-44 | top: 8rem; /* 128px */ |
top-48 | top: 9rem; /* 144px */ |
top-52 | top: 10rem; /* 160px */ |
top-56 | top: 11rem; /* 176px */ |
top-60 | top: 12rem; /* 192px */ |
top-64 | top: 13rem; /* 208px */ |
top-72 | top: 14rem; /* 224px */ |
top-80 | top: 15rem; /* 240px */ |
top-88 | top: 16rem; /* 256px */ |
top-96 | top: 18rem; /* 288px */ |
top-104 | top: 20rem; /* 320px */ |
top-112 | top: 22rem; /* 352px */ |
top-120 | top: 24rem; /* 384px */ |
top-128 | top: 26rem; /* 416px */ |
top-136 | top: 28rem; /* 448px */ |
top-144 | top: 30rem; /* 480px */ |
top-152 | top: 32rem; /* 512px */ |
top-1/2 | top: 50%; |
top-1/3 | top: 33.33333%; |
top-2/3 | top: 66.66667%; |
top-1/4 | top: 25%; |
top-2/4 | top: 50%); |
top-3/4 | top: 75%; |
top-1/5 | top: 20%; |
top-2/5 | top: 40%; |
top-3/5 | top: 60%; |
top-4/5 | top: 80%; |
top-1/6 | top: 16.66667%; |
top-2/6 | top: 33.33333%; |
top-3/6 | top: 50%; |
top-4/6 | top: 66.66667%; |
top-5/6 | top: 83.33333%; |
top-full | top: 100%; |
top-auto | top: auto; |
Bottom
bottom-0 | bottom: 0; |
bottom-0.5 | bottom: 0.0625rem; /* 1px */ |
bottom-1 | bottom: 0.125rem; /* 2px */ |
bottom-1.5 | bottom: 0.25rem; /* 4px */ |
bottom-2 | bottom: 0.375rem; /* 6px */ |
bottom-2.5 | bottom: 0.5rem; /* 8px */ |
bottom-3 | bottom: 0625rem; /* 10px */ |
bottom-3.5 | bottom: 0.75rem; /* 12px */ |
bottom-4 | bottom: 0.875rem; /* 14px */ |
bottom-5 | bottom: 1rem; /* 16px */ |
bottom-6 | bottom: 1.25rem; /* 20px */ |
bottom-7 | bottom: 1.5rem; /* 24px */ |
bottom-8 | bottom: 1.75rem; /* 28px */ |
bottom-9 | bottom: 2rem; /* 32px */ |
bottom-10 | bottom: 2.25rem; /* 36px */ |
bottom-11 | bottom: 2.5rem; /* 40px */ |
bottom-12 | bottom: 2.75rem; /* 44px */ |
bottom-14 | bottom: 3rem; /* 48px */ |
bottom-16 | bottom: 3.25rem; /* 52px */ |
bottom-20 | bottom: 3.5rem; /* 56px */ |
bottom-24 | bottom: 3.75rem; /* 60px */ |
bottom-28 | bottom: 4rem; /* 64px */ |
bottom-32 | bottom: 5rem; /* 80px */ |
bottom-36 | bottom: 6rem; /* 96px */ |
bottom-40 | bottom: 7rem; /* 112px */ |
bottom-44 | bottom: 8rem; /* 128px */ |
bottom-48 | bottom: 9rem; /* 144px */ |
bottom-52 | bottom: 10rem; /* 160px */ |
bottom-56 | bottom: 11rem; /* 176px */ |
bottom-60 | bottom: 12rem; /* 192px */ |
bottom-64 | bottom: 13rem; /* 208px */ |
bottom-72 | bottom: 14rem; /* 224px */ |
bottom-80 | bottom: 15rem; /* 240px */ |
bottom-88 | bottom: 16rem; /* 256px */ |
bottom-96 | bottom: 18rem; /* 288px */ |
bottom-104 | bottom: 20rem; /* 320px */ |
bottom-112 | bottom: 22rem; /* 352px */ |
bottom-120 | bottom: 24rem; /* 384px */ |
bottom-128 | bottom: 26rem; /* 416px */ |
bottom-136 | bottom: 28rem; /* 448px */ |
bottom-144 | bottom: 30rem; /* 480px */ |
bottom-152 | bottom: 32rem; /* 512px */ |
bottom-1/2 | bottom: 50%; |
bottom-1/3 | bottom: 33.33333%; |
bottom-2/3 | bottom: 66.66667%; |
bottom-1/4 | bottom: 25%; |
bottom-2/4 | bottom: 50%); |
bottom-3/4 | bottom: 75%; |
bottom-1/5 | bottom: 20%; |
bottom-2/5 | bottom: 40%; |
bottom-3/5 | bottom: 60%; |
bottom-4/5 | bottom: 80%; |
bottom-1/6 | bottom: 16.66667%; |
bottom-2/6 | bottom: 33.33333%; |
bottom-3/6 | bottom: 50%; |
bottom-4/6 | bottom: 66.66667%; |
bottom-5/6 | bottom: 83.33333%; |
bottom-full | bottom: 100%; |
bottom-auto | bottom: auto; |
Left
left-0 | left: 0; |
left-0.5 | left: 0.0625rem; /* 1px */ |
left-1 | left: 0.125rem; /* 2px */ |
left-1.5 | left: 0.25rem; /* 4px */ |
left-2 | left: 0.375rem; /* 6px */ |
left-2.5 | left: 0.5rem; /* 8px */ |
left-3 | left: 0625rem; /* 10px */ |
left-3.5 | left: 0.75rem; /* 12px */ |
left-4 | left: 0.875rem; /* 14px */ |
left-5 | left: 1rem; /* 16px */ |
left-6 | left: 1.25rem; /* 20px */ |
left-7 | left: 1.5rem; /* 24px */ |
left-8 | left: 1.75rem; /* 28px */ |
left-9 | left: 2rem; /* 32px */ |
left-10 | left: 2.25rem; /* 36px */ |
left-11 | left: 2.5rem; /* 40px */ |
left-12 | left: 2.75rem; /* 44px */ |
left-14 | left: 3rem; /* 48px */ |
left-16 | left: 3.25rem; /* 52px */ |
left-20 | left: 3.5rem; /* 56px */ |
left-24 | left: 3.75rem; /* 60px */ |
left-28 | left: 4rem; /* 64px */ |
left-32 | left: 5rem; /* 80px */ |
left-36 | left: 6rem; /* 96px */ |
left-40 | left: 7rem; /* 112px */ |
left-44 | left: 8rem; /* 128px */ |
left-48 | left: 9rem; /* 144px */ |
left-52 | left: 10rem; /* 160px */ |
left-56 | left: 11rem; /* 176px */ |
left-60 | left: 12rem; /* 192px */ |
left-64 | left: 13rem; /* 208px */ |
left-72 | left: 14rem; /* 224px */ |
left-80 | left: 15rem; /* 240px */ |
left-88 | left: 16rem; /* 256px */ |
left-96 | left: 18rem; /* 288px */ |
left-104 | left: 20rem; /* 320px */ |
left-112 | left: 22rem; /* 352px */ |
left-120 | left: 24rem; /* 384px */ |
left-128 | left: 26rem; /* 416px */ |
left-136 | left: 28rem; /* 448px */ |
left-144 | left: 30rem; /* 480px */ |
left-152 | left: 32rem; /* 512px */ |
left-1/2 | left: 50%; |
left-1/3 | left: 33.33333%; |
left-2/3 | left: 66.66667%; |
left-1/4 | left: 25%; |
left-2/4 | left: 50%); |
left-3/4 | left: 75%; |
left-1/5 | left: 20%; |
left-2/5 | left: 40%; |
left-3/5 | left: 60%; |
left-4/5 | left: 80%; |
left-1/6 | left: 16.66667%; |
left-2/6 | left: 33.33333%; |
left-3/6 | left: 50%; |
left-4/6 | left: 66.66667%; |
left-5/6 | left: 83.33333%; |
left-full | left: 100%; |
left-auto | left: auto; |
Right
right-0 | right: 0; |
right-0.5 | right: 0.0625rem; /* 1px */ |
right-1 | right: 0.125rem; /* 2px */ |
right-1.5 | right: 0.25rem; /* 4px */ |
right-2 | right: 0.375rem; /* 6px */ |
right-2.5 | right: 0.5rem; /* 8px */ |
right-3 | right: 0625rem; /* 10px */ |
right-3.5 | right: 0.75rem; /* 12px */ |
right-4 | right: 0.875rem; /* 14px */ |
right-5 | right: 1rem; /* 16px */ |
right-6 | right: 1.25rem; /* 20px */ |
right-7 | right: 1.5rem; /* 24px */ |
right-8 | right: 1.75rem; /* 28px */ |
right-9 | right: 2rem; /* 32px */ |
right-10 | right: 2.25rem; /* 36px */ |
right-11 | right: 2.5rem; /* 40px */ |
right-12 | right: 2.75rem; /* 44px */ |
right-14 | right: 3rem; /* 48px */ |
right-16 | right: 3.25rem; /* 52px */ |
right-20 | right: 3.5rem; /* 56px */ |
right-24 | right: 3.75rem; /* 60px */ |
right-28 | right: 4rem; /* 64px */ |
right-32 | right: 5rem; /* 80px */ |
right-36 | right: 6rem; /* 96px */ |
right-40 | right: 7rem; /* 112px */ |
right-44 | right: 8rem; /* 128px */ |
right-48 | right: 9rem; /* 144px */ |
right-52 | right: 10rem; /* 160px */ |
right-56 | right: 11rem; /* 176px */ |
right-60 | right: 12rem; /* 192px */ |
right-64 | right: 13rem; /* 208px */ |
right-72 | right: 14rem; /* 224px */ |
right-80 | right: 15rem; /* 240px */ |
right-88 | right: 16rem; /* 256px */ |
right-96 | right: 18rem; /* 288px */ |
right-104 | right: 20rem; /* 320px */ |
right-112 | right: 22rem; /* 352px */ |
right-120 | right: 24rem; /* 384px */ |
right-128 | right: 26rem; /* 416px */ |
right-136 | right: 28rem; /* 448px */ |
right-144 | right: 30rem; /* 480px */ |
right-152 | right: 32rem; /* 512px */ |
right-1/2 | right: 50%; |
right-1/3 | right: 33.33333%; |
right-2/3 | right: 66.66667%; |
right-1/4 | right: 25%; |
right-2/4 | right: 50%); |
right-3/4 | right: 75%; |
right-1/5 | right: 20%; |
right-2/5 | right: 40%; |
right-3/5 | right: 60%; |
right-4/5 | right: 80%; |
right-1/6 | right: 16.66667%; |
right-2/6 | right: 33.33333%; |
right-3/6 | right: 50%; |
right-4/6 | right: 66.66667%; |
right-5/6 | right: 83.33333%; |
right-full | right: 100%; |
right-auto | right: auto; |
Z-index
z-0 | z-index: 0; |
z-100 | z-index: 100; |
z-200 | z-index: 200; |
z-300 | z-index: 300; |
z-400 | z-index: 400; |
z-500 | z-index: 500; |
z-auto | z-index: auto; |