Bootstrap Container Example
The div which is having us is wrote like
<div class="container"
style="background-color: aqua;"></div>
Bootstrap comes with three different containers:
-
.container
, which sets amax-width
at each responsive breakpoint -
.container-fluid
, which iswidth: 100%
at all breakpoints -
.container-{breakpoint}
, which iswidth: 100%
until the specified breakpoint
-fluid
or the
-{breakpoints}