Advertisement
Guest User

Blur link

a guest
Apr 30th, 2023
542
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 {
  3. transition: 0.5s ease;
  4. }
  5. a:hover {
  6. filter: blur(1px);
  7. }
  8. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement