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
table { border-spacing: 10px; }
This worked for me once I removed
border-collapse: separate;
from my table tag.