1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
a { border-spacing: 0; } b { border-spacing: 10px; } c { border-spacing: 10em; } d { border-spacing: 1px 2em; }