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  Python code snippet - How to loop the length of an array pytoh?

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.