https://medium.com/wdstack/bootstrap-4-vertical-center-1211448a2eff
h-100 makes the row full height, and my-auto will vertically center the col-sm-12 column.
<div class="row h-100">
<div class="col-sm-12 my-auto">
<div class="card card-block w-25">Card</div>
</div>
</div>
'css' 카테고리의 다른 글
dataTables scrollY 에서 tfoot width 맞추기 (0) | 2020.06.08 |
---|---|
table overflow-x: auto 테이블 가로 스크롤 적용하기 (0) | 2020.05.06 |
mailform 메일폼에서 공백 / 여백 생기는 것 해결 (0) | 2020.04.03 |
img 태그를 감싸는 a 태그 height가 더 클 때 (0) | 2020.04.03 |
textarea resize 기능 없애기 (0) | 2020.04.03 |
댓글