Posts by Marcus Soares • 1 point
1 post
-
-2
votes5
answers47771
viewsA: Centralize a table (HTML)
Go to the CSS of define: .table{ margin-left: auto; margin-right: auto; } Or you can also put: .table{ margin-left: 50%; margin-right: 50%; } But depending on your application, the second method may…