Advertisement
Arabella23

tablon eye of the tiger (CSS)

Apr 13th, 2015
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.81 KB | None | 0 0
  1. #letras{
  2. width:200px;
  3. border-bottom:2px solid #f79c29;
  4. font-size:9px;
  5. font-family:calibri;
  6. text-align:center;
  7. color:#141414;
  8. margin-bottom:1px;
  9. letter-spacing:2px;
  10. text-transform:uppercase;
  11. }
  12.  
  13. #links{
  14. width:195px;
  15. height:auto;
  16. background:#ffffff;
  17. margin-top:3px;
  18. margin-right:5px;
  19. margin-left:5px;
  20. text-align:center;
  21. font-size:10px;
  22. font-family:calibri;
  23. letter-spacing:2px;
  24. text-transform:uppercase;
  25.  
  26. }
  27.  
  28. #links:hover{
  29. background:#29293e;
  30. border-radius:10px;
  31. color:#ffffff;
  32. transition-property: background, border-radius;
  33.     transition-duration: 1s;
  34.     transition-timing-function: linear;}
  35.  
  36. #awards{
  37.   width:80px;
  38.   background:#ffffff;
  39.   color: #141414;
  40.   margin-top:60px;
  41.   text-align:center;
  42.   font-size: 9px;
  43.  font-family: calibri;
  44.   text-transform:uppercase;
  45. letter-spacing:4px;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement