BoxSizingType: "border-box" | "content-box"

The box-sizing property defines whether width/height include padding and border (border-box) or only the content (content-box)