asked on August 24, 2015
How can I center the header's text in a table? I am trying with a CSS like this but it doesn't change
th {
text-align:center;
}
0
0