Guest User

Untitled

a guest
Dec 11th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ul#list-nav
  2.  
  3. {
  4. position:relative;
  5. list-style:none;
  6. text-align:left;
  7. margin:0;
  8. font-size:13px;
  9. left:280px;
  10. top:15px;
  11. width:600px;
  12.  
  13. }
  14.  
  15.  
  16.  
  17.  
  18.  
  19. ul#list-nav li a
  20.  
  21. {
  22.  
  23. font-family:Segoe UI;
  24.  
  25. text-decoration:none;
  26.  
  27. width:80px;
  28. border-top-left-radius:5px;
  29. border-top-right-radius:5px;
  30. text-transform: uppercase;
  31. color:#ccc;
  32.  
  33. float:left;
  34.  
  35. text-align:center;
  36.  
  37. height:30px;
  38.  
  39. margin-left:15px;
  40.  
  41.  
  42. }
  43.  
  44.  
  45.  
  46. ul#list-nav li a:hover
  47.  
  48. {
  49. color:#fff;
  50. background:#00a8ff;
  51.  
  52. }
Add Comment
Please, Sign In to add comment