最佳答案
我的 理解是,所有 Bootstrap 样式的元素必须存在于 <div class="container">
元素中。但有时我会看到 Bootstrap 的例子,其中包含多个“容器”:
<div class="container">
<!-- Blah, GUI stuff, blah -->
</div>
...
<div class="container">
<!-- Blah, more GUI stuff, blah -->
</div>
我的问题是: