Change
height using CSS

后端 未结 11 2052
别那么骄傲
别那么骄傲 2021-01-30 08:20

I have seen a question here about the same, but I can\'t get any of the answers to work (at least on Chrome).

This question is only for
, I know

11条回答
  •  被撕碎了的回忆
    2021-01-30 08:39

    #biglinebreakid {
      line-height: 450%;
      // 9x the normal height of a line break!
    }
    .biglinebreakclass {
      line-height: 1em;
      // you could even use calc!
    }
    This is a small line
    
    break. Whereas, this is a BIG line

    break! You can use any CSS selectors you want for things like this line

    break!

提交回复
热议问题