I need to draw a table with the following characteristic: Each line has a margin-bottom of 8px .
The highlight in red is the distance between the lines.
The point is to be able to add only where I want. The problem of the border-collapse: separate and border-spacing: 8px combination is that it only accepts 2 parameters! (So if I increase the spacing on the right, the one on the left also increases, and if I add spacing above, automatically down also it adds.) And ideally you could just manipulate one of these directions!
Thank you!