container và container-fluid
Khi sử dụng class="container" nghĩa là chúng ta đang dùng hệ thống grid 12 cột
- container-fluid: width 100%
- container: with = 12 columns
gutter
Một cột nằm giữa
<div class="row justify-content-center">
One centered column
<div class="col-4"> </div>
</div>
Nguồn:
https://mdbootstrap.com/docs/standard/navigation/breadcrumb/