let content of container should go down bootstrap code example
Example 1: bootstrap grid class
col-12 col-sm-4 col-md-3 col-lg-12 col-xl-12
Example 2: 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>