teenagegoths

letter spacing hover

May 19th, 2021 (edited)
786
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.12 KB | None | 0 0
  1. <style>
  2. a:hover {
  3. letter-spacing:1.5px;
  4. transition:.3s;
  5. }
  6.  
  7. a { letter-spacing:normal; transition:.3s;}
  8.  
  9. </style>
Add Comment
Please, Sign In to add comment