csslayout

Css margin-top vs margin-bottom


If you have a sequence of block elements and you wanted to place margin in between them.

Which do you prefer, margin-top or margin-bottom or both? Why?


Solution

  • I always use margin-bottom, which means there is no unnecessary space before the first element.