how to give bootstrap container and what css is used 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: what comes in bootstrap container
<div class="container">
This is a simple Bootstrap container.
</div>