Answers for "css how to only have one coloume text on the left table"

CSS
1

how to set the first column of the table in center in css

tr > td:first-child {
    text-align: center;
}
Posted by: Guest on October-25-2020

Code answers related to "css how to only have one coloume text on the left table"

Browse Popular Code Answers by Language