-
Some sections of the page will span the full viewport width and others won’t. Some backgrounds will be the full width but the content won’t.
An example of this is a featurette area which has a background image or color that is the full width of the viewport but the content inside that, forms or whatever, don’t exceed the
.containerat any given viewport width. -
You don’t nest
.containeror.container-fluid— see the docs. It’s not necessary.Docs: Bootstrap requires a containing element to wrap site contents
and house our grid system. You may choose one of two containers to use
in your projects. Note that, due to padding and more, neither
container is nestable [neither means that .container and .container-fluid are NOT to be nested].