Space between two rows in a table?

Is this possible via CSS?

I’m trying

tr.classname {
  border-spacing: 5em;
}

to no avail. Maybe I’m doing something wrong?

Leave a Comment