Box Sizing

Utilities for controlling how the browser calculates an element's total size.

Class CSS Output
box-content
box-sizing: content-box;
}
box-border
box-sizing: border-box;
}

box-content

box-sizing: content-box;

box-border

box-sizing: border-box;

Reference

box-sizing MDN ↗

CSS Properties

  • box-sizing