elsaofarendelle

Sliding Links

Aug 23rd, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. .links {
  2. position:fixed;
  3. font-size:30px;
  4. top: 83px;
  5. left: 765px;
  6. }
  7.  
  8. .links a {
  9. text-decoration:none;
  10. text-transform:normal;
  11. color: #e7e4d2;
  12. font-family: 'Princess Sofia', cursive;
  13. -moz-transition-duration:.7s;
  14. -webkit-transition-duration:.7s;
  15. -o-transition-duration:.7s;
  16. }
  17.  
  18.  
  19. .links a:hover {
  20. text-decoration:none;
  21. text-transform:normal;
  22. text-shadow:none;
  23. color: #e7e4d2;
  24. text-shadow: -5px -5px 1px #e7e4d2;
  25. -webkit-transition:all .5s ease-in-out;
  26. -moz-transition:all .5s ease-in-out;
  27. transition:all .5s ease-in-out;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment