Answers for "increase table row spacing"

CSS
2

html table td spacing

border-spacing: 10px;
border-collapse: separate;
Posted by: Guest on June-11-2021
0

css display table row gap

table {
    border-collapse: separate;
    border-spacing: 0 1em;
}
Posted by: Guest on July-13-2021

Code answers related to "increase table row spacing"

Browse Popular Code Answers by Language