Guest User

link blur on hover

a guest
May 29th, 2023
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. <style>
  2. a:hover {
  3. webkit-filter: blur(0.5px);
  4. filter: blur(2px);
  5. }
  6. </style>
Add Comment
Please, Sign In to add comment