Html css question

I can’t understand the below kind of stuff :
where , background-image is given by using linear-gradient property but after that I can’t get it . Can anyone help me out to clear with this problem?

tr.data {
  background-image: linear-gradient(to bottom, #dfdfe2 1.845rem, white 1.845rem)
}

you can read about linear gradients here:

1 Like