I have done something like this :
and there is that margin on the right of every box. i cant' get rid of it , unless I give it display: table-cell
, but then I can't apply any of margins at all. What I want to add next is
div.box:nth-child(n+2) {
margin-left: 30px;
}