Letter-spacing part 2


letter-spacing
78
2/2












Using Negative Values
For defining an extra space between characters, negative values are also permitted.
Here is an example demonstrating the difference between positive and negativevalues:
The HTML:<p class="positive">This paragraph is letter-spaced at 4px.</p>
<p class="negative">This paragraph is letter-spaced at -1.5px</p>
The CSS:
Result:
Always test your result, to ensure the text is readable.
Comments
Post a Comment