Container 

Containers are the most basic layout element in Bootstrap and are required when using our default grid system

<div class="container">
  <!-- Content here -->
</div>



container-fluid

Use .container-fluid for a full width container, spanning the entire width of the viewport.

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