עברית
accent-color align alignment-baseline all anchor animation appearance aspect-ratio backdrop-filter backface-visibility background baseline block-size border border-block border-block-color border-block-end border-block-end-color border-block-end-style border-block-end-width border-block-start border-block-start-color border-block-start-style border-block-start-width border-block-style border-block-width border-bottom border-bottom-color border-bottom-left-radius border-bottom-right-radius border-bottom-style border-bottom-width border-collapse border-color border-end-end-radius border-end-start-radius border-image border-image-outset border-image-repeat border-image-slice border-image-source border-image-width border-inline border-inline-color border-inline-end border-inline-end-color border-inline-end-style border-inline-end-width border-inline-start border-inline-start-color border-inline-start-style border-inline-start-width border-inline-style border-inline-width border-left border-left-color border-left-style border-left-width border-radius border-right border-right-color border-right-style border-right-width border-shape border-spacing border-start-end-radius border-start-start-radius border-style border-top border-top-color border-top-left-radius border-top-right-radius border-top-style border-top-width border-width bottom box break caption-side caret clear clip color column columns contain container content corner counter cursor cx cy d direction display dominant-baseline dynamic-range-limit empty-cells field-sizing fill filter flex float flood font forced-color-adjust gap grid height hyphenate hyphens image ime-mode initial-letter inline-size inset interactivity interest interpolate-size isolation justify left letter-spacing lighting-color line list margin marker mask math max min mix-blend-mode object offset opacity order orphans outline overflow overlay overscroll padding page paint-order perspective place pointer-events position print-color-adjust quotes r reading resize right rotate row ruby rule rx ry scale scroll scrollbar shape speak stop stroke tab-size table-layout text timeline top touch-action transform transition translate trigger-scope unicode-bidi user-select vector-effect vertical-align view visibility white widows width will-change word writing-mode x y z-index zoom
border-spacing CSS Property
The border-spacing property sets the distance between adjacent cell borders in separate mode. One value = both axes; two = horizontal then vertical. Initial value is 0 0.
table {
border-spacing: 4px;
}
table {
border-collapse: separate;
border-spacing: 8px 4px;
}
min: 0
max: 9999
step: 1
units: px | em | rem
CSS Tables Module Level 3
Working Draft
<length>
W3C MDN
caption
cell cell cellcell cell cell
cell cell cell
cell
Show all code
Edit CSS online
The plugin that remembers hundreds of CSS items for you
Every CSS property — in a live demonstration
The bilingual CSS reference
previous next