GIFCITY

compress on hover link

Mar 22nd, 2026
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <style>
  2. a {
  3. transition: all 0.2s;
  4. display: inline-block;
  5. position: relative;
  6. }
  7.  
  8. a:hover {
  9. letter-spacing: 5px;
  10. transform: scaleX(.7) scaleY(1.1);
  11. font-style: italic !important;
  12. </style>
  13. <a href="">text</a>
Advertisement
Add Comment
Please, Sign In to add comment