To target a particular td in css code example
Example: To target a particular td
BY LOVE
.modal-body table tr td:nth-child(2)
{
color:red;
}
BY LOVE
.modal-body table tr td:nth-child(2)
{
color:red;
}