Answers for "centrizing a table with css"

CSS
0

centrizing a table with css

table.center {
    margin-left:auto; 
    margin-right:auto;
  }
Posted by: Guest on January-16-2022

Browse Popular Code Answers by Language