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:03 This worked on Chrome (the content attribute did the trick): br { content: " "; display: block; margin: 1em; } 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:03 This worked on Chrome (the content attribute did the trick): br { content: " "; display: block; margin: 1em; } 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
I need different vertical spacing between lines of text. I\'m achieving this by using
This worked on Chrome (the content attribute did the trick):
content
br { content: " "; display: block; margin: 1em; }