Margins create space around elements, outside of any defined borders.
margin
margin-top
margin-right
div { margin: 20px; } p { margin-top: 10px; margin-bottom: 10px; }