Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- a {
- text-decoration:none;
- transition: all 0.2s;
- display: inline-block;
- position: relative;
- }
- a:hover {
- letter-spacing: 5px;
- transform: scaleX(.7) scaleY(1.1);
- font-style: italic !important;
- margin-right: 1.2em;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement