Web features explorer

box-sizing

Widely available since 2018-01-29
Tags: css Groups: CSS > Layout

The box-sizing CSS property sets whether an element's width and height are calculated based on the content-box, which does not count the size of borders or padding, or border-box, which does count them.

Learning resources on MDN

Browser support (view on caniuse.com)