Div vs Container

As far as I can tell, a Container and a Div are identical.

  1. Are they?
  2. Why have both?

Thanks!

2 Likes

Hey @mneary,
they are using the same element, it’s just the default configuration which is different (div are 100% width by default).

2 Likes

Got it, thanks!