bootstrap sub-container code example
Example 1: bootstrap container
Our default .container class is a responsive, fixed-width container, meaning its max-width changes at each breakpoint.
<div class="container">
<!-- Content here -->
</div>
Example 2: container class in bootstrap
meaning it’s 100% wide all the time