Answers for "css centering table within article"

CSS
0

how to place a table in center in css

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

Browse Popular Code Answers by Language