Readable Spacing
Preview
Code
<style>
p{
line-height:1.8;
margin-bottom:12px;
}
</style>
<p>First paragraph</p>
<p>Second paragraph</p>
<style>
p{
line-height:1.8;
margin-bottom:12px;
}
</style>
<p>First paragraph</p>
<p>Second paragraph</p>