Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- a {
- color: black;
- transition: 0.5s;
- }
- a:hover {
- color: white;
- font-weight: bold;
- text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0;
- }
- </style>
- <a href="">lalala</a>
Advertisement
Add Comment
Please, Sign In to add comment