SyntaxFix
Write A Post
Hire A Developer
Questions
If you use sass(scss) you can use the following snippet:
tr > td{ /* styles for all td*/ &:first-child{ /* styles for first */ } &:last-child{ /* styles for last*/ } }