box-sizing: border-box
// means the width is final, including padding and border
box-sizing: content-box
// means the width only specifies the content
box-sizing: border-box
// means the width is final, including padding and border
box-sizing: content-box
// means the width only specifies the content