Saturday, July 3, 2010

Letter Spacing

Tight Spacing

Loose Spacing

Below is the code used to achieve this, I hope it helps.
<h2 id ="tight">
Tight Spacing</h2>
<h2 id ="loose">
Loose Spacing</h2>

<style>
#tight{letter-spacing:-2px;}
#loose{letter-spacing:10px;}
</style>


No comments:

Post a Comment