Answers for "centralizing a table with css"

CSS
0

centralizing a table with css

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

centralizing a table with css

<table class="center">
    ...
  </table>
Posted by: Guest on January-16-2022

Browse Popular Code Answers by Language