Sizing

Responsive and viewport sizing utilities.
Bootstrap documentation


Responsive
  • .w-{25|50|75|100|auto}, .h-{25|50|75|100|auto} - default Bootstrap sizing utilities.
  • .w-{breakpoint}-{25|50|75|100|auto}, .h-{breakpoint}-{25|50|75|100|auto} - responsive sizing utilites.
  • .min-w-{25|50|75|100|auto}, .min-h-{25|50|75|100|auto} - sets the minimum width and height to a specified value.
  • .min-w-{breakpoint}-{25|50|75|100|auto}, .min-h-{breakpoint}-{25|50|75|100|auto} - responsive minimum width and height sizing utilities.

Viewport
  • .vw-50 - sets the width to 50% of the viewport width.