How to center box without using <center></center> ?
How to center box without using <center></center> ?
You can center box with fixed dimensions by using
instead of zero you can put some marginCode:margin: auto; OR margin: 0 auto; OR margin: 0 auto 0 auto;
Bookmarks