This is what I want:
The closest I\'ve got. Applying margin on flexbox items, then re
here is another way of getting the same thing.
.vertical > div{ margin-bottom: 10px; } .vertical > div:last-child{ margin-bottom: 0; } .box + .box{ margin-left: 10px; }