Advertisement
FlugzeugAUT

Untitled

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