Advertisement
kylertism

blur on hover

Mar 5th, 2025
105
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.  
  3. a:hover {
  4. filter: blur(1px);
  5. }
  6.  
  7. </style>
  8.  
  9.  
  10. <a href="link">text</a>
  11.  
  12. you can change the (1px) to whatever number you see fit ^_^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement