div { width: 230px; height: 200px; text-align: center; line-height: 200px }
수평 정렬 text-align: center;
수직 정렬 요소의 height 값만큼 line-height를 지정한다.