html - CSS: how do I create a gap between rows in a table? - Stack Overflow

PHOTO EMBED

Wed Oct 18 2023 10:05:41 GMT+0000 (Coordinated Universal Time)

Saved by @vishalbhan #css

table {
    border-collapse: separate;
    border-spacing: 0 1em;
}
content_copyCOPY

https://stackoverflow.com/questions/1264187/css-how-do-i-create-a-gap-between-rows-in-a-table