Bootstrap 4 By Example
上QQ阅读APP看书,第一时间看更新

Fluid container

You can easily switch the actual example grid with a fluid full-width layout. To do so, replace the farthest .container with .container-fluid:

<p class="container-fluid">
  …
</p>