Advertisement
ofcuteboys

OFCUTEBOYS CREDIT STYLE

Feb 23rd, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. #credit {
  2. bottom:3px;
  3. position:fixed;
  4. right:10px;
  5. float:right;
  6. font-family:calibri;
  7. color:black;
  8. font-size:9px;
  9. letter-spacing:1px;
  10. text-transform:uppercase;
  11. padding:5px;
  12.  
  13. }
  14.  
  15. #credit a {
  16. color:black;
  17. background-color:white;
  18. padding:5px;
  19. -webkit-transition-duration:.8s;
  20. -moz-transition-duration:.8s;
  21. -o-transition-duration:.8s;
  22. -ms-transition-duration:.8s;
  23. }
  24.  
  25. #credit a:hover {
  26. color:white;
  27. background-color:#00bdb3;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement