Advertisement
Guest User

pawel

a guest
Jan 24th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <HTML>
  3. <HEAD>
  4. <title> zadanie 1</title>
  5. <meta charset="utf-8">
  6. <link rel="Stylesheet" href="style.css">
  7. </HEAD>
  8. <BODY>
  9.  
  10.  
  11.  
  12. <div id="main">
  13. <div id="banerl">
  14. <p class="foto"><img src="pobrane.png" alt="zdjecie" ></p>
  15. </div>
  16. <div id="banerp">
  17. ZSP w Oleśnicy
  18. </div>
  19. <div id="left">
  20. <h1>Gatunki Zwierząt</h1><br><br>
  21. PTAKI<br>
  22. SSAKI<br>
  23. GADY<br>
  24. PŁAZY
  25. </div>
  26. <div id="mid">
  27. <h1>Zwierzęta</h1><br>
  28. królestwo obejmujące wielokomórkowe organizmy
  29. cudzożywne o komórkach eukariotycznych,
  30. bez ściany komórkowej, w większości
  31. zdolne do aktywnego poruszania się.
  32. Są najbardziej zróżnicowanym gatunkowo
  33. królestwem organizmów. Największą grupę
  34. zwierząt stanowią bezkręgowce, a wśród nich owady. Drugą, obok bezkręgowców, grupą zwierząt są kręgowce. Wśród nich tradycyjnie wyróżnia się ryby, płazy, gady, ptaki i ssaki, do których należy również człowiek.
  35. </div>
  36.  
  37.  
  38. <div id="stopka">
  39. Informacje aktualizacyjne<br>
  40. Informacje aktualizacyjne<br>
  41. Informacje aktualizacyjne<br>
  42. Informacje aktualizacyjne
  43. </div>
  44. <div id="stopka2">
  45. STOPKA
  46. </div>
  47. </BODY>
  48. </HTML>
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. #main{
  56. height: 1000px;
  57. width: 800px;
  58.  
  59. }
  60. #banerl
  61. {
  62.  
  63. height: 105px;
  64. width: 220px;
  65. background-color: #882D17;
  66. float: left;
  67. text-align: center;
  68.  
  69. }
  70. p.foto img{
  71. width:100px;
  72. height:70px;
  73. margin: 1mm;
  74. }
  75.  
  76.  
  77. .foto:hover { background-color: green;
  78. height: 125px;
  79. width: 220px;
  80. text-align: center;
  81. }
  82.  
  83.  
  84.  
  85.  
  86. #banerp
  87. {
  88. background-color: #882D17;
  89. width: 580px;
  90. height: 105px;
  91. Font-size:30px;
  92. float: right;
  93. text-align: center;
  94.  
  95.  
  96. }
  97.  
  98. #left
  99. {
  100. height: 600px;
  101. width: 220px;
  102. background-color: #DEB887;
  103. float: left
  104. }
  105. #mid{
  106. height: 600px;
  107. width: 580px;
  108. background-color: #DEB887;
  109. float: left;
  110. text-align: center;
  111. }
  112.  
  113.  
  114. #stopka
  115. {
  116. clear: both;
  117. height: 55px;
  118. width: 800px;
  119. background-color: #bc8f8f;
  120. text-align: center;
  121. font-size: 11px;
  122. }
  123.  
  124. #stopka2{
  125. clear: both;
  126. height: 55px;
  127. width: 800px;
  128. background-color: #800000;
  129. font-size: 30px;
  130. text-align: center;
  131. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement