Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
March 26, 2020 07:29 pm GMT

TIL: CSS border-collapse

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;

Default: Separate table borders

When you set border-collapse: collapse; it means that the cells share a border instead of each having their own.

Collapsed table borders


Original Link: https://dev.to/feldroy/til-css-border-collapse-4eo9

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To