Advertisement
Guest User

Text shadow link

a guest
Nov 29th, 2022
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <style>
  2. .textshadow a {
  3. transition: .5s ease !important;
  4. text-decoration: none;
  5. }
  6. .textshadow a:hover {
  7. text-shadow: 0em .12em black;
  8. background: none !important;
  9. }
  10. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement