FlugzeugAUT

Untitled

May 6th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1.  
  2. body{
  3. background-color:green;
  4. margin:0px;
  5. padding:0px;
  6. }
  7.  
  8.  
  9. #header{
  10. font-size:30px;
  11. background-color:blue;
  12. color:white;
  13. height:90px;
  14. width: 100%;
  15. }
  16.  
  17.  
  18. #navigation.fixed{
  19. position:fixed;
  20. width:100%;
  21. top:0;
  22. background-color:orange;
  23. height:45px;
  24. color:white;
  25. }
  26.  
  27. #navigation{
  28. position:absolute;
  29. background-color:orange;
  30. width: 100%;
  31. height: 45px;
  32. color:white;
  33. }
  34.  
  35. #Überschrift1{
  36. font-size: 28px;
  37. color:white;
  38. }
  39.  
  40.  
  41.  
  42. #main{color:yellow;
  43. margin-top: 0px;
  44. font-size: 20px;
  45. height: 1000px;
  46. width: 800px;
  47. background-color:white;
  48. color: black;
  49. }
  50.  
  51.  
  52.  
  53. #footer{display:block;
  54. color:white;
  55. width: 800 px;
  56. height: 50px;
  57. margin-left: 100px;
  58. margin-right: 100px;
  59. background-color:green;
  60. font-size: 20px;
  61. height: 50px;
  62.  
  63. }
  64.  
  65.  
  66.  
  67. .footertext2{
  68. text-align:right;
  69.  
  70. }
  71.  
  72. .footertext{
  73. text-align:left;
  74. }
  75. ul{
  76. list-style-type:none;
  77. width: 100%;
  78. margin:0;
  79. padding:0;
  80.  
  81. }
  82. li{float: left;
  83. }
  84.  
  85. .a1{
  86. display:block;
  87. width: 180px;
  88. height: 35px;
  89. color:white;
  90. text-decoration:none;
  91. text-align:center;
  92. font-weight:bold;
  93. padding: 5px;
  94. font-size: 20px;
  95. }
  96.  
  97. .a1:active, a:hover{
  98. background-color:black;
  99. }
  100.  
  101. .Flaggen{;
  102. text-align:right;}
  103.  
  104. }
  105.  
  106.  
  107.  
  108.  
  109. }
  110.  
  111.  
  112. section{}
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121. .Normschrift{font-family:Arial;
  122. font-size: 18px;
  123. color:white;
  124. }
  125.  
  126. .Überschrift{font-family:Arial;
  127. font-size:30px;
  128. color:white;
  129. }
Add Comment
Please, Sign In to add comment