box sizing - border box
Using border-box style on your element will include border and padding within the width and height.
Output:
Without Border-box
With Border-box
copy
Using border-box style on your element will include border and padding within the width and height.
Output:
Without Border-box
With Border-box
copy