Typefully

border-collapse Property in CSS šŸš€

Avatar

Share

 • 

3 years ago

 • 

View on X

border-collapse Property in CSS šŸš€ Thread 🧵
border-collapse Property • Used to specifies whether table borders should be split as in standard HTML or collapse into a single border. • We have two values : 1. border-collapse: separate; 2. border-collapse: collapse;
1. border-collapse: separate; • Borders are separated, each cell will display its own borders (default). • Example :
2. border-collapse: collapse; • Borders are collapsed into a single border when possible (border-spacing and empty-cells properties have no effect). • Example :
End thread 🧵 If this thread helpful for you then 1. Do Retweet the FIRST TWEET. 2. Follow me and turn on the notifications: @personalvipin Thankyou ā£ļø
Avatar

Vipin

@SocialWithAI

HTML is šŸ”„ | CSS is ā£ļø Hi šŸ‘‹ I'm Vipin, I'm learning web2 and sharing my knowledge with you guys in easy ways.