The height
property specifies the height of an element's content area. By default, it doesn't include padding, border, or margins, but you can change it by adding a box-sizing: border-box;
declaration to the element for height and width values to include padding and border.