这个边际来自Bootstrap 4?

时间:2016-06-10 11:15:31

标签: html twitter-bootstrap

this is my html code.

this is my CSS code[![][2]] 3

我正在使用 Bootstrap 4 ,这个边距来自哪里?

1 个答案:

答案 0 :(得分:1)

如果您想使用页面的所有宽度,可以使用.container-fluid

.container用于响应式固定宽度容器。

<div class="container">
  ...
</div>

.container-fluid用于全宽容器。

<div class="container-fluid">
  ...
</div>