好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS知识总结(六)

CSS常用样式

4.段落样式

  1) 行高

    控制段落内每行高度

     line-height : normal | length

  例子 源代码:

 /*   CSS代码   */  
.normal { 
    line-height : normal ;
} 
.length { 
    line-height : 30px ;
} 

查看更多关于CSS知识总结(六)的详细内容...

  阅读:35次