move table to center css code example Example: how to place a table in center in css .center { margin-left: auto; margin-right: auto; }