html,body,.container {
height:100%;
}
.container {
display:table;
width: 100%;
margin-top: -50px;
padding: 50px 0 0 0; /*set left/right padding according to needs*/
box-sizing: border-box;
}
.row {
height: 100%;
display: table-row;
}
.row .no-float {
display: table-cell;
float: none;
}
'부스러기 > WEB' 카테고리의 다른 글
| <Spring > SessionAttributes 실험 (0) | 2018.03.13 | 
|---|---|
| <BootStrap>Modal 에서 autocomplete 안나올때 (0) | 2017.11.08 | 
| <JavaSctipt>FileReader 파일 미리보기 (0) | 2017.10.17 | 
| WAS (Wep Application Server) tomcat 디렉토리 구조 (0) | 2017.07.01 |