Add the following to your CSS:
* {box-sizing: border-box;}
It specifies that elements should have padding and border included in the element’s total width and height.
solved Width 700px border html
Add the following to your CSS:
* {box-sizing: border-box;}
It specifies that elements should have padding and border included in the element’s total width and height.
solved Width 700px border html