The visibility:hidden;
is the correct answer. This declaration doesn't adjust the layout when one element disappears. In the example, the headline is hidden, but its space is left behind it. To make the element reappear again, change its visibility status to visible.