-3

Whats is difference between container and container-fluid in Bootstrap?

kmoser
  • 8,780
  • 3
  • 24
  • 40
Omkar Manjare
  • 53
  • 1
  • 5
  • 1
    Possible duplicate of [Fluid or fixed grid system, in responsive design, based on Twitter Bootstrap](https://stackoverflow.com/questions/9780333/fluid-or-fixed-grid-system-in-responsive-design-based-on-twitter-bootstrap) – Rich Churcher Dec 03 '17 at 07:07

1 Answers1

4

Have you read the documentation? https://getbootstrap.com/docs/3.3/css/#overview-container

Use .container for a responsive fixed width container.

Use .container-fluid for a full width container, spanning the entire width of your viewport.

Community
  • 1
  • 1
kmoser
  • 8,780
  • 3
  • 24
  • 40