Today I learned about the CSS border-collapse property: https://developer.mozilla.org/en-US/docs/Web/CSS/border-collapse
It defaults to border-collapse: separate;
When you set border-collapse: collapse;
it means that the cells share a border instead of each having their own.
Top comments (0)