Answers for "centre a table css"

1

how to place a table in center in css

.center {
  margin-left: auto;
  margin-right: auto;
}
Posted by: Guest on October-25-2020
0

centralizing a table with css

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

Browse Popular Code Answers by Language