凡是使用Bootstrap的網格系統排版時,容器是必須的

Bootstrap有二種容器

  1. 固定寬度容器
    <div class="container">
      <!-- Content here -->
    </div>
    
  2. 滿版寬度容器
    <div class="container-fluid">
      ...
    </div>
    

範例:https://webugm.github.io/bs4/ex-5-1-1.html

results matching ""

    No results matching ""