I made a form and I am trying to center it on page but it doesn\'t work. I tried applying these 2 CSS to it but it didn\'t work.
form{margin: 0 auto;} form{marg
You need to set a Width if you like to use margin:auto;