As far as I can tell, a Container and a Div are identical.
- Are they?
- Why have both?
Thanks!
As far as I can tell, a Container and a Div are identical.
Thanks!
Hey @mneary,
they are using the same element, it’s just the default configuration which is different (div are 100% width by default).
Got it, thanks!
This seems to be incorrect or has changed. A container is 100% width and 940px max-width by default:
A div has no sizing properties.