Monday, 2 September 2013

Give a line break without using

Give a line break without using

I have a button over my div.
<button id="showmenu" type="button">Show menu</button>
<div class="sidebarmenu">
Some code
</div>
The div is displayed right below the button. I want the button to be
displayed with a line break. I know it is a bad practice to use <br/>. How
do I give space without it?

No comments:

Post a Comment