elsaofarendelle

Flippy Links

Aug 23rd, 2024
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. /* -- FLIPPY LINKS START -- */
  2. .nav1 {
  3. display:inline-block;
  4. position:fixed;
  5. font-family: times;
  6. margin-top: -50px;
  7. margin-left: 50px;
  8. width:300px;
  9. text-transform:none;
  10. text-align:center;
  11. line-height:100%;
  12. z-index:99990;
  13. }
  14.  
  15. .nav1 a{
  16. z-index:10;
  17. text-shadow: 2px 2px 5px #000;
  18. font-size:20px;
  19. width:10px;
  20. color:#000;
  21. height:7px;
  22. line-height:220%;
  23. margin-left:5px;
  24. text-decoration:none;
  25. -moz-transition-duration:.5s;
  26. -webkit-transition-duration:.5s;
  27. -o-transition-duration:.5s;
  28. }
  29.  
  30. .nav1 a:hover {
  31. color:#000;
  32. transform: rotateY(-360deg);
  33. transform: rotateY(-360deg);
  34. transform: rotateY(-360deg);
  35. }
  36.  
  37. /* --- FLIPPY LINKS END -- */
Advertisement
Add Comment
Please, Sign In to add comment