Answers for "how to horizontally center a table inside a td"

CSS
0

how to center the table horizontally css

table
{ 
    margin-left: auto;
    margin-right: auto;
}
Posted by: Guest on August-20-2020

Code answers related to "how to horizontally center a table inside a td"

Browse Popular Code Answers by Language