Utilities for sizing elements relative to the width/height of the parent element.

Width

Make an element as wide as its parent using percentage-based width utilities.

.w-25
.w-50
.w-75
.w-100

Height

Make an element as tall as its parent using percentage-based height utilities.

.h-25
.h-50
.h-75
.h-100