We use cookies to improve your experience. Learn more in our Privacy policy.
border-spacing
The border-spacing CSS property sets the distance between the borders of adjacent
cells. This property applies only when border-collapse is separate.
Initial value | 0 |
Applies to | table and inline-table elements |
Syntax
border-spacing: 10px;
Values
The size of the spacing as a fixed value.
Browser support
border-spacing | chrome1 | edge12 | firefox1 | ie8 | opera4 | safari1 |