gpt4 book ai didi

html - CSS - 行高问题

转载 作者:太空宇宙 更新时间:2023-11-04 11:08:04 25 4
gpt4 key购买 nike

观察<h1>Jedálny lístok</h1>之间的差距和 <h2>A</h2>

  • 行高属性的真正含义是什么?
  • 为什么 line-height: 1.5;不等于 line-height: 1.5em;
  • 两种情况下的间隙相同或行高被破坏,因为没有行高是相同的...

body {
line-height: 1.5;
}

A

没有

B

最佳答案

/* Keyword values */
line-height: normal;

/* Unitless: use this number multiplied by the element's font size */
line-height: 3.5;

/* <length> values */
line-height: 3em;

/* <percentage> values */
line-height: 34%;

/* Global values */
line-height: inherit;
line-height: initial;
line-height: unset;

https://developer.mozilla.org/en-US/docs/Web/CSS/line-height#Syntax

关于html - CSS - 行高问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33812159/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com