I am new to html/css. i am trying to build up my own form and i am trying to align it in the center. I used the align property in css but its not working.
Html code:
Wrap the element inside a div container and apply css to the div instead which makes things easier.
div
#aDiv{width: 300px; height: 300px; margin: 0 auto;}
Name : Email : Password : Confirm Password :