Advertisement
sandragonthemes

CREDIT css

Oct 22nd, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. /*CREDIT*/
  2. #credit{
  3. width:19px;
  4. height:19px;
  5. background-color:#000;
  6. position:fixed;
  7. bottom:15px;
  8. right:15px;
  9. padding:5px 2px 1px 4px;
  10. border:2px solid #fff;
  11. text-transform:uppercase;
  12. -webkit-border-radius: 20px;
  13. -moz-border-radius: 20px;
  14. border-radius: 20px;
  15. letter-spacing: -1px;
  16. font-size:9pt;
  17. font-family:Georgia, serif;
  18. font-style: italic;
  19. font-weight:700;
  20. color:#fff;
  21. -webkit-transition-duration: 0.8s;
  22. -moz-transition-duration: 0.8s;
  23. -o-transition-duration: 0.8s;
  24. transition-duration: 0.8s;
  25. }
  26.  
  27. #credit:hover{
  28. -webkit-transform:rotate(360deg);
  29. -moz-transform:rotate(360deg);
  30. -o-transform:rotate(360deg);
  31. color:#e13483;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement