--- title: Sizing description: The Sizing utility offers classes to define elements’ width and height using preset values. --- Sizing utilities provide classes for defining an element’s width and height. ## Usage Use sizing utilities to define an element’s width or height using preset values. Classes follow the pattern `env-{property}--{size}`. ### Valid values #### {property} - `w` (width) - `h` (height) #### {size} Available values are percentage-based: - `25` - `50` - `75` - `100` ### Width examples ```html
25%
50%
75%
100%
``` ### Height examples ```html
25%
50%
75%
100%
``` ## Max size Utility classes are also available for constraining elements to their container: - `env-mw--100` (max-width) - `env-mh--100` (max-height)