Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. a:hover {
  2. -webkit-transition-duration: 0.8s;
  3. color: {color:Hover};
  4. {block:ifstrikethroughhover}
  5. text-decoration: line-through;
  6. {/block:ifstrikethroughhover}
  7. {block:ifshadowhover}
  8. text-shadow: 0px 0px 3px {color:Shadow Hover};
  9. {/block:ifshadowhover}
  10. {block:ifunderlinehover}
  11. text-decoration: underline;
  12. {/block:ifunderlinehover}
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement