Say I have a bunch of P, LI, or DIV elements, with nothing between them. I want to control the vertical spacing between them, so they don\'t fit so tightly. But I don\'t want
p, li, div { margin-bottom: 10px; } #parentID { margin-bottom: -10px; }