.container {
border: 1px solid black;
margin: 0 auto;
}
What does the CSS styling “margin : 0 auto”, do to my section element? Is there a difference if I just put 0 with no auto ? Isnt the default just 0, and why should I put AUTO after i give the value 0?