January 24, 2016
Containers in Bootstrap 3
In Bootstrap, for proper alignment and padding, Grid system is placed inside a container. There are 2 types of container classes in Bootstrap.
- Container.
- Container-fluid.
Container: This container has fixed width and it appears in the center of the screen.
Container-fluid: This container consumes full width of the screen. This is also known as fluid layout.