SyntaxFix
Write A Post
Hire A Developer
Questions
You can use inner divs to set the margin.
<div style="display: table-cell;"> <div style="margin:5px;background-color: red;">1</div> </div> <div style="display: table-cell; "> <div style="margin:5px;background-color: green;">1</div> </div>
JS Fiddle