Sizing Utilities

Width

ClassCSS RuleDescription
Sw-25width: 25%;Quarter of parent width
Sw-50width: 50%;Half of parent width
Sw-75width: 75%;Three-quarters of parent width
Sw-100width: 100%;Full parent width
Sw-128pwidth: 128px;Fixed width in pixels
Sw-256pwidth: 256px;Larger fixed width in pixels
Sw-fitwidth: fit-content;Shrink to fit content
Sw-screenwidth: 100vw;Full viewport width

Height

ClassCSS RuleDescription
Sh-25height: 25%;Quarter of parent height
Sh-50height: 50%;Half of parent height
Sh-75height: 75%;Three-quarters of parent height
Sh-100height: 100%;Full parent height
Sh-128pheight: 128px;Fixed height in pixels
Sh-384pheight: 384px;Large fixed height in pixels
Sh-fitheight: fit-content;Shrink to fit content
Sh-screenheight: 100vh;Full viewport height

Aspect Ratio

ClassCSS RuleDescription
Sr-1aspect-ratio: 1 / 1;Square
Sr-4-3aspect-ratio: 4 / 3;Standard photo format
Sr-16-9aspect-ratio: 16 / 9;Widescreen video
Sr-3-4aspect-ratio: 3 / 4;Portrait orientation photo
Sr-18-5aspect-ratio: 18 / 5;Cinematic widescreen
Sr-goldenaspect-ratio: 1.618 / 1;Golden ratio