Containers in Bootstrap 3

bootstrapIn 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.