dracslaura

expand links

Oct 12th, 2021 (edited)
1,336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <style>
  2. a.expand {
  3. -webkit-transition: all .3s ease-in-out;
  4. -moz-transition: all .3s ease-in-out;
  5. -o-transition: all .3s ease-in-out;
  6. -ms-transition: all .3s ease-in-out;
  7. transition: all .3s ease-in-out;
  8. text-decoration: none;
  9. font-size: 2em ;
  10. color: #000;
  11. }
  12. a.expand:hover {
  13. webkit-filter: blur(1.2px);
  14. /* Chrome, Safari, Opera */
  15. filter: blur(1.2px);
  16. text-decoration: none !important;
  17. font-size: 2.3em;
  18. ; -webkit-transition: all .53s ease-in-out;
  19. -moz-transition: all .53s ease-in-out;
  20. -o-transition: all .53s ease-in-out;
  21. -ms-transition: all .53s ease-in-out;
  22. transition: all .53s ease-in-out;
  23. }
  24. </style>
  25. <a class="expand" href="#home">Expand</a>
Add Comment
Please, Sign In to add comment