how to use container fluid in bootstrap code example
Example 1: bootstrap container-fluid
Use .container-fluid for a full width container, spanning the entire width of the viewport.
...
Example 2: bootstrap container
Our default .container class is a responsive, fixed-width container, meaning its max-width changes at each breakpoint.