Advertisement
micsco987

kylie :)

Jul 12th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. #navitags {
  2. left:50%;
  3. text-align:center;
  4. width:280px;
  5. margin-left:-15px;
  6. margin-top:-19px;
  7. height:315px;
  8. overflow:scroll;
  9. padding-right:50px;
  10. }
  11.  
  12. #navitags a{
  13. text-decoration:none;
  14. text-transform:uppercase;
  15. color:{color:link};
  16. text-shadow:none;
  17. font-weight:normal;
  18. margin-left:45px;
  19. margin-top:45px;
  20. text-align:center;
  21. display:inline-table;
  22. padding-bottom:20px;
  23. padding:5px;
  24. font-size:8px;
  25. width:75px;
  26. border-bottom:1px solid {color:link};
  27. letter-spacing:1px;
  28. -webkit-transition: all 0.4s ease-in-out;
  29. -moz-transition: all 0.4s ease-in-out;
  30. -o-transition: all 0.4s ease-in-out;
  31. -ms-transition: all 0.4s ease-in-out;
  32. transition: all 0.4s ease-in-out;
  33.  
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement