Advertisement
naocrrds

scripted drr ac menu

May 16th, 2022
2,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <style>
  2. a {
  3. filter: drop-shadow(1px 0px 0 white) drop-shadow(0px 1px 0 white) drop-shadow(-1px 0px 0 white) drop-shadow(0px -1px 0 white);
  4. line-height:1em;
  5. color:#000;
  6. padding-left: 0px;
  7. text-decoration: none;
  8. display: block;
  9. }
  10.  
  11. a:hover:before {
  12. content: url(https://vnc.crd.co/assets/images/gallery16/e8e96828.gif?v=c98e7d29);
  13. display: block;
  14. position: absolute;
  15. left: -24px;
  16. top: -3px;
  17. z-index:999999;
  18. }
  19. </style>
  20.  
  21. <a href="#">home</a>
  22. <a href="#">rules</a>
  23.  
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement