Answers for "table position in center"

CSS
0

how to center the table horizontally css

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

text in centre table css

text-align:center
Posted by: Guest on January-16-2021

Browse Popular Code Answers by Language