Skip to content

How to set the first column of the table in center in CSS?

tr > td:first-child {
    text-align: center;
}
See also  Python code snippet - How to slice dataframe based on daterange in pandas?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.