a CSS property that defines the spacing between text characters
I'm using the following to animate a hover transition: a { letter-spacing: 1px; transition: all .5s ease-in; } a { letter-spacing: 2px; } Here …