DBILITY

독거 가능성 100% 노후에 라면값이라도 하게 센스를 발휘합시다!😅
Please click on the ad so that I can pay for ramen in my old age!
点击一下广告,让老后吃个泡面钱吧!
老後にラーメン代だけでもするように広告を一回クリックしてください。

bootstrap 3 col height 100% 본문

front-end & ui/bootstrap

bootstrap 3 col height 100%

DBILITY 2021. 4. 22. 11:43
반응형

상위 element가 모두 100%여야 가능한가?

html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

/* container-fluid */
.container-fluid {
    height: 100%;
}

.row {
    height: 100%;
    min-height: 100%;
}

.col {
    height: 100%;
    min-height: 100%;
}

.main {        
    height: 100%;
    min-height: 100%;
    background-color: #eeeeee;
    overflow: hidden;
}
반응형

'front-end & ui > bootstrap' 카테고리의 다른 글

bootstrap grid system  (0) 2019.05.22
Comments