BORDER-SPACING Property In CSS
border-spacing Property in CSS
border-spacing property Declares the distance separating borders (if border-collapse is separate)
Possible Value:
Lengths for the horizontal and vertical spacing, separated by a space.
Exampletable { border-spacing:5px; }
table { border-spacing:5px 10px; }