kmzkai

links expand and blur

Aug 1st, 2022
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <style>
  2. a { transition: .4s; }
  3. a:hover { letter-spacing: 2px; }
  4.  
  5. a:hover {
  6. webkit-filter: blur(0.5px);
  7. filter: blur(2px);
  8. }
  9. </style>
Add Comment
Please, Sign In to add comment