box sizing
The box sizing property can be used to adjust this behavior content box gives you the default CSS box sizing behavior If you set an element s width to 100 pixels then the element s content box will be 100 pixels wide and the width of any border or padding will be added to the final rendered width making the element wider than 100px