h1 filling a div css code example
Example 1: make a div full screen css
height: 100vh
Example 2: how To target a particular td in css
BY LOVE
.modal-body table tr td:nth-child(2)
{
color:red;
}
height: 100vh
BY LOVE
.modal-body table tr td:nth-child(2)
{
color:red;
}