I am using an HTML and I want to align the text of | to the center in each cell.
How do I center align the text hori
-
2020-12-07 17:40
Selector > child:
.text-center-row>th,
.text-center-row>td {
text-align: center;
}
| Text |
Text |
Text |
Text |
| Text |
Text |
Text |
Text |
| Text |
Text |
Text |
Text |
|