Fixed Width
Restricts the width of the content.
<div class="container"></div>
Fluid Container
Adds consistent padding, but does not restrict content width.
<div class="container-fluid"></div>
Restricts the width of the content.
<div class="container"></div>
Adds consistent padding, but does not restrict content width.
<div class="container-fluid"></div>