The border-spacing
property sets the distance between cell borders in a table.
The border-spacing
property in CSS determines how far apart cells are in a <table> element (or an element that is made to look like a table with display: table;
).
border-spacing: length | inherit;