Answers for "how To target a particular td in css"

CSS
0

how To target a particular td in css

BY LOVE
 .modal-body table tr td:nth-child(2)
  {
            color:red;
  }
Posted by: Guest on May-08-2020

Browse Popular Code Answers by Language