height 요소의 높이 값을 결정
width와 마찬가지로 기본값이 auto이다.
height: auto|length|initial|inherit;
height: 100px;은 contents에 적용되는 것
% defines the hieght in percent of the containing block
ex) parent의 height가 200px이라면 child의 height가 50%일 때 100px로 적용된다.