What is line-height:1?

后端 未结 6 2016
迷失自我
迷失自我 2020-12-29 02:36

It is a question about the appointment of line-height.

I began study of css. line-height: Examples appointing 20px or a unit are often found. It is sometimes line-

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 02:59

    Possible Values

    number :

    Sets a number that will be multiplied with the current font-size to set the distance between the lines

    length :

    Sets a fixed distance between the lines

    % :

    Sets a distance between the lines in % of the current font size

    take from http://www.w3schools.com/css/pr_dim_line-height.asp

提交回复
热议问题