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">
  <div class="col-4">
   One centered column </div>
</div>


Nguồn:

https://mdbootstrap.com/docs/standard/navigation/breadcrumb/

No comments

Leave your comment

In reply to Some User

Các bài liên quan