<p>Previously, we used a negative margin to make a slight adjustment to an elements positioning. It is possible to use much larger negative values which can push an element completely out of the normal flow, but this is generally considered to be bad practice because it's an indication that there is something wrong with your HTML, so reordering the HTML is a better option.</p>
<p>Essentially, margins are not intended to be used to create your layout, but there is one way in which they can be really useful in helping to create an attractive layout. Consider the following HTML.</p>