How do I set vertical space between list items?

后端 未结 9 1171
暖寄归人
暖寄归人 2020-12-24 04:11

Within a

    element, clearly the vertical spacing between lines can be formatted with the line-height attribute.

    My question is, within a

9条回答
  •  -上瘾入骨i
    2020-12-24 04:49

    setting padding-bottom for each list using pseudo class is a viable method. Also line height can be used. Remember that font properties such as font-family, Font-weight, etc. plays a role for uneven heights.

提交回复
热议问题