bootstrap container set width code example
Example 1: bootstrap container-fluid
Use .container-fluid for a full width container, spanning the entire width of the viewport.
<div class="container-fluid">
...
</div>
Example 2: container class in bootstrap
meaning it’s 100% wide all the time