标签: css行间距
thumbnail

css行间距怎么设置

CSS中行间距可以通过line-height属性来设置。例如:```p {  line-height: 1.5; /* 设置行间距为当前字体大小的1.5倍 */}```还可以使用具体的像素值或em……