CSS
DIV 세로 정렬하기
칩사마코더
2016. 10. 13. 10:18
.div-vertical {
height: 50px;
display: table-cell;
vertical-align: middle;
}
높이를 지정해야한다.
height: 50px;