Advertisement
Guest User

Scrunch link

a guest
Nov 29th, 2022
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <style>
  2. a {
  3. text-decoration:none;
  4. transition: all 0.2s;
  5. display: inline-block;
  6. position: relative;
  7. }
  8. a:hover {
  9. letter-spacing: 5px;
  10. transform: scaleX(.7) scaleY(1.1);
  11. font-style: italic !important;
  12. margin-right: 1.2em;
  13. }
  14. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement