Advertisement
octomoosey

slider 2

Jan 20th, 2016
1,405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. #menu{
  2. position:fixed;
  3. padding-left:20px;
  4. padding-top:10px;
  5. padding-bottom:10px;
  6. width:478px;
  7. background:#000;}
  8.  
  9. ul{
  10. height:35px;
  11. margin:0px;
  12. padding:0px;
  13. list-style:none !important;}
  14.  
  15. li{
  16. padding-top:8px;
  17. font-size:18px;
  18. line-height:20px;
  19. display:inline-block}
  20.  
  21. li a {
  22. width:32px;
  23. overflow:hidden;
  24. display:inline-block;
  25. text-decoration: none;
  26. white-space: nowrap;
  27. -webkit-transition: all 0.7s ease;
  28. -moz-transition: all 0.7s ease;
  29. -o-transition: all 0.7s ease;}
  30.  
  31. li a:hover {
  32. width:100px;
  33. -webkit-transition: all 0.7s ease;
  34. -moz-transition: all 0.7s ease;
  35. -o-transition: all 0.7s ease;}
  36.  
  37. .slide{
  38. margin-top:35px;
  39. float:left;
  40. width: 500px;
  41. text-align:justify;}
  42.  
  43. .slidetx {
  44. padding:20px;}
  45.  
  46. .slidecr {
  47. padding-right:5px;
  48. padding-top:5px;
  49. font-size:12px;
  50. float:right;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement