a {
  border-spacing: 0;
}

b {
  border-spacing: 10px;
}

c {
  border-spacing: 10em;
}

d {
  border-spacing: 1px 2em;
}
