Skip to content

How To target a particular td in CSS?

BY LOVE
 .modal-body table tr td:nth-child(2)
  {
            color:red;
  }
See also  Java code snippet - How to make a copy of an array ?

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.