.stick-top/bottom
.fixed[-*]-top/bottom
은 뷰포트의 상/하단에 (가장자리서 가장자리까지)요소를 배치하며,
.sticky[-*]-top/bottom
은 뷰포트의 상/하단에 (가장자리서 가장자리까지)요소를
(스크롤한 이후에)배치한다:
.fixed-top/bottom
상/하단 고정바: .fixed-top/bottom
<div class="fixed-top bg-primary text-center py-3">상단 고정바</div>
<div class="fixed-bottom bg-secondary text-center py-3">하단 고정바</div>