Change the height of br tag
by MariGanesh[ Edit ] 2014-07-15 14:34:17
Change the height of <br> tag
Hi guys , use this following code for reduce the height of "<br>" tag.This code very usefull for us.
br { display:block; margin-top:5px; line-height:2px; }