CSS Border-spacing Property
Reference showing how to use the css border-spacing property.
The CSS Border-spacing property is used when styling tables.
Possible Values
CSS Border-spacing example
table, td {
border:1px solid blue;
border-collapse: separate;
border-spacing: 0;
}
Inherited? YES!