Sizing
Easily make an element as wide or as tall with our width and height utilities.
Relative to the parent - Width
Width utilities are generated from _cd_utilities.scss
. Includes support for
25%
, 50%
, 75%
, 100%
, and auto
by
default.
We have also introduced additional width
utilities from 10%
to
100%
Relative to the parent - Height
Height utilities are generated from _cd_utilities.scss
. Includes support for
25%
, 50%
, 75%
, 100%
, and auto
by
default.
We have also introduced additional height
utilities from 10%
to
100%
You can also use max-width: 100%;
and max-height: 100%;
utilities as needed.

Relative to the viewport
You can also use utilities to set the width and height relative to the viewport.