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