Thin Yu Shwe
@ThinYuShweAll solutions
- Submitted 8 months ago
used flexbox
- HTML
- CSS
I want to know how to remove the white line between two cells without affecting the width of tr (row) of the table. I tried using cellspacing=0 and display = block or display = inline-block, but they affect the width. How should I fix this?