I have a table with a colored background and I need to specify the padding between the table and it\'s content, I.E. cells. The table tag doesn\'t seem to accept a paddi
table { background: #fff; box-shadow: 0 0 0 10px #fff; margin: 10px; width: calc(100% - 20px); }