Thursday, 23 February 2012

Spacing between lines


<html>
<head>
<style type="text/css">
p.small {line-height:50%;}
p.big {line-height:100%;}
</style>
</head>

<p class="small">
small line height<br />
small line height
</p>

<p class="big">
big line height<br />
big line height
</p>
</body>
</html>

No comments:

Post a Comment