Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Tags
- SPC
- Android
- R
- tomcat
- Python
- Express
- IntelliJ
- Spring
- MSSQL
- vaadin
- JavaScript
- SSL
- GIT
- es6
- Sqoop
- xPlatform
- Kotlin
- NPM
- Java
- SQL
- plugin
- mybatis
- 보조정렬
- Eclipse
- window
- table
- 공정능력
- hadoop
- mapreduce
- react
Archives
- Today
- Total
DBILITY
bootstrap 3 col height 100% 본문
반응형
상위 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