Add space between cells (td) using css

前端 未结 7 645
走了就别回头了
走了就别回头了 2020-12-24 04:13

I am trying to add a table with space between cell as the background colour of the cell is white and the background color of the table is blue, you can easily see that paddi

相关标签:
7条回答
  • 2020-12-24 05:06

    If you want separate values for sides and top-bottom.

    <table style="border-spacing: 5px 10px;">
    
    0 讨论(0)
提交回复
热议问题