Junior JavaScript

What is the difference between .container and .container-fluid?

  • .container: Fixed width, adjusts at each breakpoint.
  • .container-fluid: Always spans 100% width.

More from JavaScript Tutorial

All questions for this course