FlugzeugAUT

Untitled

Jun 21st, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. #navigation{
  2. position:absolute;
  3. background-color:blue;
  4. width: 100%;
  5. height: 45px;
  6. color:white;
  7. }
  8.  
  9. #nav-wrapper{
  10. width: 1600px;
  11. margin-left: 65px;
  12. text-align: left;
  13. }
  14.  
  15. #navigation ul{
  16. list-style-type: none;
  17. padding: 0;
  18. margin: 0;
  19. }
  20.  
  21. #navigation ul li{
  22. display: inline-block;
  23. color: green;
  24.  
  25. }
  26.  
  27. #navigation ul li:hover{
  28. background-color: blue;
  29. }
  30.  
  31. #navigation ul li a, visited{
  32. display: block;
  33. text-decoration: none;
  34. }
  35.  
  36. #navigation ul li:activated{
  37. border-top: 2px solid black;
  38. }
  39.  
  40. #navigation li{
  41. width: 180px;
  42. text-align:center;
  43. font-size: 20px;
  44. height: 45px;
  45. background-color:white;
  46. }
  47.  
  48. li{
  49. text-align:center;
  50. }
  51.  
  52. /*#navigation a{
  53. top: 10px;
  54. color: green;
  55. vertical-align: middle;
  56. }*/
  57.  
  58. #navigation a{
  59. color: green;
  60. line-height: 45px;
Add Comment
Please, Sign In to add comment