Empty Space

If you want to create some empty space of 100% width and some height, you can use below sample code.
This will create an empty space of height 2em.
<div class="empty">
your content here..
</div>