CSS를 사용하여 브라우저 창의 전체 높이에 맞게 요소를 늘리는 방법을 알아보자.
<div class="full-height">..</div>
html, body { height: 100%; } .full-height { height: 100%; }