|
CSS Tricks
Add Spacing Between Your Letters:
An example of adding space between letters.
Hi Draac !
Here is the CSS code for add some space between letters in text.
<h4 style="letter-spacing: 20pt; font-size: 20pt; color: #ff0000; font-weight: bold;">Hi Draac !</h4>
You can also use these style codes with <font>
<font style="letter-spacing: 20pt; font-size: 20pt; color: #ff0000; font-weight: bold;">Hi Draac !</font>
|