这是代码:
#content{width:400px;}
h2{margin:0px;line-height:100px;}
<div id="content">
<h2>Hello world. Hello world. Hello world. Hello world. Hello world.</h2>
<span>goodbyeeeeeeeeeeeeeeeeeeeeeeeeeeeee</span>
</div>
我需要一种方法将“goodbyeeeeee..”字符串放在 h2 标题下方 2px 处,而不使用(如果可能的话)使用带负数的边距)。
显然,我还需要 h2 标题的 2 行之间的空间。
编辑:我也可以避免使用 line-height 但我需要 h2 标题的 2 行之间的空间。