In my HTML I have a , and inside the I need different vertical spacing between lines of text. I\'m achieving this by using 5条回答 刺人心 (楼主) 2021-01-02 12:01 Try this: br { line-height: 1em; } or: br { margin-top: 2em; } 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
, and inside the I need different vertical spacing between lines of text. I\'m achieving this by using 5条回答 刺人心 (楼主) 2021-01-02 12:01 Try this: br { line-height: 1em; } or: br { margin-top: 2em; } 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
I need different vertical spacing between lines of text. I\'m achieving this by using
Try this:
br { line-height: 1em; }
or:
br { margin-top: 2em; }