- Bootstrap 4 By Example
- Silvio Moreto
- 25字
- 2021-07-09 20:01:19
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>