Answers for "style table text align center on the page html and css"

CSS
1

text in centre table css

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

how to place a table in center in css

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

Code answers related to "style table text align center on the page html and css"

Browse Popular Code Answers by Language