Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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

tr > td:first-child {
    text-align: center;
}
 
PREVIOUS NEXT
Tagged: #set #column #table #center #css
ADD COMMENT
Topic
Name
2+3 =