SyntaxFix
Write A Post
Hire A Developer
Questions
Table cells don't respect margin, but you could use transparent borders instead:
div { display: table-cell; border: 5px solid transparent; }
Note: you can't use percentages here... :(