test line height
222
this is line 1 ;
this is line 2 ;
html代码
test line height
222
this is line 1 ;
this is line 2 ;
js代码
css代码
/** line-height:1 ==> 1 * font-size **/ .a{ font-size:20px; line-height:2; } .d{ height:50px; border:1px solid red; line-height:1.5; }