Width
Overview
These classes can be used to set the width of elements on the screen.
Classes
Class | Description |
---|---|
w-0 | Sets the width of an element to 0. |
w-1 | Sets the width of an element to 0.25rem. |
w-2 | Sets the width of an element to 0.5rem. |
w-3 | Sets the width of an element to 0.75rem. |
w-4 | Sets the width of an element to 1rem. |
w-5 | Sets the width of an element to 1.25rem. |
w-6 | Sets the width of an element to 1.5rem. |
w-8 | Sets the width of an element to 2rem. |
w-10 | Sets the width of an element to 2.5rem. |
w-12 | Sets the width of an element to 3rem. |
w-16 | Sets the width of an element to 4rem. |
w-20 | Sets the width of an element to 5rem. |
w-24 | Sets the width of an element to 6rem. |
w-32 | Sets the width of an element to 8rem. |
w-40 | Sets the width of an element to 10rem. |
w-48 | Sets the width of an element to 12rem. |
w-56 | Sets the width of an element to 14rem. |
w-64 | Sets the width of an element to 16rem. |
Class | Description |
---|---|
min-w-0 | Sets the minimum width of an element to 0. |
min-w-1 | Sets the minimum width of an element to 0.25rem. |
min-w-2 | Sets the minimum width of an element to 0.5rem. |
min-w-3 | Sets the minimum width of an element to 0.75rem. |
min-w-4 | Sets the minimum width of an element to 1rem. |
min-w-5 | Sets the minimum width of an element to 1.25rem. |
min-w-6 | Sets the minimum width of an element to 1.5rem. |
min-w-8 | Sets the minimum width of an element to 2rem. |
min-w-10 | Sets the minimum width of an element to 2.5rem. |
min-w-12 | Sets the minimum width of an element to 3rem. |
min-w-16 | Sets the minimum width of an element to 4rem. |
min-w-20 | Sets the minimum width of an element to 5rem. |
min-w-24 | Sets the minimum width of an element to 6rem. |
min-w-32 | Sets the minimum width of an element to 8rem. |
min-w-40 | Sets the minimum width of an element to 10rem. |
min-w-48 | Sets the minimum width of an element to 12rem. |
min-w-56 | Sets the minimum width of an element to 14rem. |
min-w-64 | Sets the minimum width of an element to 16rem. |
Class | Description |
---|---|
max-w-0 | Sets the maximum width of an element to 0. |
max-w-1 | Sets the maximum width of an element to 0.25rem. |
max-w-2 | Sets the maximum width of an element to 0.5rem. |
max-w-3 | Sets the maximum width of an element to 0.75rem. |
max-w-4 | Sets the maximum width of an element to 1rem. |
max-w-5 | Sets the maximum width of an element to 1.25rem. |
max-w-6 | Sets the maximum width of an element to 1.5rem. |
max-w-8 | Sets the maximum width of an element to 2rem. |
max-w-10 | Sets the maximum width of an element to 2.5rem. |
max-w-12 | Sets the maximum width of an element to 3rem. |
max-w-16 | Sets the maximum width of an element to 4rem. |
max-w-20 | Sets the maximum width of an element to 5rem. |
max-w-24 | Sets the maximum width of an element to 6rem. |
max-w-32 | Sets the maximum width of an element to 8rem. |
max-w-40 | Sets the maximum width of an element to 10rem. |
max-w-48 | Sets the maximum width of an element to 12rem. |
max-w-56 | Sets the maximum width of an element to 14rem. |
max-w-64 | Sets the maximum width of an element to 16rem. |