Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. body
  2. {
  3. padding: 0;
  4. margin: 0;
  5. background-image: ;
  6. background-size: cover;
  7. }
  8.  
  9. /*------------------------------------------------*/
  10.  
  11. #pudelko
  12. {
  13. background-color: black ;
  14. margin: auto;
  15. width: 70%;
  16. height: 98%;
  17. opacity: 0.9;
  18. }
  19.  
  20. #logo
  21. {
  22. background-color: grey;
  23. height: 5%;
  24. text-align: center;
  25. }
  26.  
  27. #tresc
  28. {
  29. height: 90%;
  30. weight:100%
  31. }
  32.  
  33. #stopka
  34. {
  35. height: 5%;
  36. background-color: pink ;
  37. text-align: center;
  38. color: black;
  39. }
  40.  
  41. /*----------------------------------------------------*/
  42.  
  43. div.naglowek
  44. {
  45. border-bottom: 2px solid black;
  46. background-color: grey;
  47. height: 12%;
  48. text-align: center;
  49. font-weight: bold;
  50. }
  51.  
  52. /*----------------------------------------------------*/
  53.  
  54. #jeden
  55. {
  56. position: relative;
  57. left: 0%;
  58.  
  59. background-color: grey;
  60. /* border-color: black;
  61. border-width: 1%;
  62. border-style: solid; */
  63. width: 50%;
  64. height: 50%;
  65. /*opacity: 0.9;*/
  66.  
  67. }
  68.  
  69. #dwa
  70. {
  71. position: relative;
  72. left: 50%;
  73. top:-52%;
  74. background-color: yellow;
  75. /* border-color: black;
  76. border-width: 1%;
  77. border-style: solid; */
  78. width: 50%;
  79. height: 50%;
  80. opacity: 0.9;
  81.  
  82. }
  83.  
  84. #trzy
  85. {
  86. position: relative;
  87. left: 0%;
  88. bottom:53.75%;
  89. background-color: red;
  90. /* border-color: black;
  91. border-width: 1%;
  92. border-style: solid; */
  93. width: 50%;
  94. height: 50%;
  95. opacity: 0.9;
  96.  
  97. }
  98.  
  99. #cztery
  100. {
  101. position: relative;
  102. left: 50%;
  103. bottom:105.75%;
  104. background-color: blue;
  105. /* border-color: black;
  106. border-width: 1%;
  107. border-style: solid; */
  108. width: 50%;
  109. height: 50%;
  110. opacity: 0.9;
  111.  
  112. }
  113.  
  114. #galeria
  115. {
  116. position: relative;
  117. left: 5%;
  118. bottom: 1%;
  119. background-color: grey;
  120. border-color: black;
  121. border-width: 1%;
  122. border-style: solid;
  123. width: 90%;
  124. height: 30%;
  125. opacity: 0.9;
  126.  
  127. }
  128.  
  129. /*-----------------------------------------------------------*/
  130.  
  131. a:visited
  132. {
  133. color: black;
  134.  
  135.  
  136. }
  137.  
  138. a:link
  139. {
  140. color: black;
  141.  
  142.  
  143. }
  144.  
  145. a:hover
  146. {
  147.  
  148. color: white;
  149.  
  150.  
  151. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement