Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 391 Bytes

border-spacing.md

File metadata and controls

18 lines (13 loc) · 391 Bytes

border-spacing

The border-spacing CSS property sets the distance between the borders of adjacent <table> cells. This property applies only when border-collapse is separate.

Values

<length>
The size of the spacing as a fixed value.

Examples

border-spacing="2px"
border-spacing="1cm 2em"
border-spacing="inherit"