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