Width and Height
Width
Width Utilities set the width
property.
Utility | Value |
---|---|
w-25 | 25% |
w-50 | 50% |
w-75 | 75% |
w-100 | 100% |
w-auto | auto |
vw-100 | 100vw |
Max Width
Max Width Utilities set the max-width
property.
Utility | Value |
---|---|
mw-100 | 100% |
Min Width
Min Width Utilities set the min-width
property.
Utility | Value |
---|---|
min-vw-100 | 100vw |
Height
Height Utilities set the height
property.
Utility | Value |
---|---|
h-25 | 25% |
h-50 | 50% |
h-75 | 75% |
h-100 | 100% |
h-auto | auto |
vh-100 | 100vw |
Max Height
Max Height Utilities set the max-height
property.
Utility | Value |
---|---|
mh-100 | 100% |
Min Height
Min Height Utilities set the min-height
property.
Utility | Value |
---|---|
min-vh-100 | 100vh |