Height
By default, it sets the content area height of the element.If box-sizing is set to border-box, however, it instead determines the height of the border area.
/* <length> values */
height: 120px;
height: 10em;
height: 100vh;
/* <percentage> val...