Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html" charset="utf-8">
  5. <meta http-equiv="Content-Language" content="pl">
  6. <link rel="stylesheet" type="text/css" href="przykład2.css"> </link>
  7.  
  8. <title>05.03.2019</title>
  9. </head>
  10. <body>
  11.  
  12. <div =id="box"> <!--box zewnetrzny-->
  13. <div id="banner"> <!--box wewnetrzny-->
  14. <h1> Moj drugi szablon strony </h1>
  15. </div>
  16. <div id="aktualnosci">
  17. <h2>aktualnosci</h2>
  18. 1.program w nauce<br> <!-- nastepny wers-->
  19. 2.informacje o uczniach<br>
  20. 3.kluby szkolne<br>
  21. Samorząd:<br>
  22. <li>ANIA BAŁUCKA</li> <!--zaczniecie zadanie od kropki -->
  23. <li>JAN BRZECHWA</li>
  24. <li>OLAF LUBIK</li>
  25.  
  26. </div>
  27. <div id="lista">
  28. 1.Pierwsza <br>
  29. a)dziewczyny <br>
  30. b)chłopaki<br>
  31. 2. Druga T<br>
  32. a)informatycy<br>
  33. b)fryzjerzy<br>
  34. 3.TA<br>
  35. a)1 grupa<br>
  36. b)2 grupa<br>
  37. </div>
  38. <div id="obraz">
  39.  
  40. </div>
  41. <div id="link">
  42. facebook.com
  43. Wp.pl
  44. Youtube.com
  45. </div>
  46. <div id="autor">
  47. Autor:3TA R.k
  48. </div>
  49.  
  50.  
  51. </body>
  52. </html>
  53.  
  54.  
  55.  
  56. 222222222222222222222222
  57. #box{
  58. height: 1000px;
  59. width: 1000px;
  60. }
  61. }
  62. #banner{
  63. background-color: grey; /*kolor tła*/
  64. height: 15px; /*wysokośc bloku*/
  65. width:100px; /*szerokośc bloku*/
  66. color: white; /*kolor czcionki*/
  67. font-style: italic; /*pochylenie czcionki*/
  68.  
  69.  
  70. }
  71. #aktualności{
  72. width: 30%;
  73. height: 80%;
  74. color: red;
  75. line-height: 20px;
  76.  
  77. }
  78.  
  79. #lista{
  80. width: 30%;
  81. height:80%;
  82. font-weight:bold; /*pogrubiona czcionka*/
  83. background-color: yellow;
  84. letter-spacing:10px;/*odstęp między literami*/
  85.  
  86. }
  87.  
  88. #obraz{
  89. height: 40%;
  90. }
  91.  
  92. #link{
  93. background-color: green;
  94.  
  95. }
  96.  
  97. #autor{
  98. color: white;
  99. text-align: /*kierunek tekstu*/
  100. background-color: black;
  101. }
  102.  
  103. img{
  104. height:200px;
  105. width: 200px;
  106. border: 5px solid red;
  107.  
  108. }
  109. 3333333333333333333
  110. !DOCTYPE html>
  111. <html>
  112. <head>
  113. <meta http-equiv="Content-Type" content="text/html" charset="utf-8">
  114. <meta http-equiv="Content-Language" content="pl">
  115. <link rel="stylesheet" type="text/css" href="przykład20.css"> </link>
  116.  
  117. <title>12.03.2019</title>
  118.  
  119. </head>
  120.  
  121. <div id="box">
  122. <div id="t1">tekst sie porusza i odbija </div>
  123. <div id="banner">Moje bloki</div>
  124. <div id="A">A</div>
  125. <div id="B">B</div>
  126. <div id="C">C</div>
  127. <div id="D">D</div>
  128. <div id="E">E</div>
  129. <div id="F">F</div>
  130.  
  131. 444444444444444444444444
  132. #box{
  133. height: 1000px;
  134. width: 1000px;
  135. }
  136.  
  137. #banner{
  138. background-color: red;
  139. height:100px;
  140. width:100px;
  141. float:left;
  142.  
  143. }
  144. #banner{
  145. width:900px;
  146. height:100px;
  147. background-color: green;
  148. float: left;
  149. text-align: center;
  150. font-size: 80;
  151. }
  152. #A{
  153. width:750px;
  154. height:100px;
  155. background-color: orange;
  156. float: left;
  157. color: pink;
  158.  
  159. }
  160.  
  161. #B{
  162. width:750px;
  163. height:100px;
  164. background-color: blue;
  165. float: left;
  166. color: orange;
  167.  
  168. }
  169. #C{
  170. width:750px;
  171. height:100px;
  172. background-color: white;
  173. float: left;
  174. color: purple;
  175. }
  176. #D{
  177. width:750px;
  178. height:100px;
  179. background-color: purple;
  180. float: left;
  181. color: white;
  182. }
  183. #E{
  184. width:750px;
  185. height:100px;
  186. background-color: orange;
  187. float: left;
  188. color: pink;
  189. }
  190. #F{
  191. width:750px;
  192. height:100px;
  193. background-color:purple ;
  194. float: left;
  195. color: pink;
  196. }
  197. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement