Ich habe div
Elemente nebeneinander mit display: table-cell;
.
Ich möchte margin
zwischen ihnen setzen, hat aber margin: 5px
keine Wirkung. Warum?
Mein Code:
<div style="display: table-cell; margin: 5px; background-color: red;">1</div>
<div style="display: table-cell; margin: 5px; background-color: green;">1</div>