Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="pl">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-CA-Compatible" content="IE=edge,chrome=1" />
  6.  
  7. <title>Wojciech Wróbel - portfolio</title>
  8.  
  9. <meta name="description" content="Stworze dla Ciebie wyjatkowa strone www! Zatrudnij programiste webowego: PHP, javaScript, HTML, CSS, MySQL, WordPress, Joomla, Drupal." />
  10. <meta name="keywords" content="zamów, strone, tworzenie, www, programista, portfolio, php, javascript, html, css, WordPress, Joomla, Drupal" />
  11.  
  12. <link rel="stylesheet" href="style.css" type="text/css" />
  13. <link href="https://fonts.googleapis.com/css?family=Josefin+Sans|Lato" rel="stylesheet">
  14.  
  15.  
  16.  
  17. </head>
  18.  
  19. <body>
  20.  
  21. <div id="container">
  22.  
  23. <div class="rectangle"></div>
  24. <div id="logo">Wojciech Wróbel</div>
  25. <div id="zegar">12:00:00</div>
  26. <div style="clear: both;"></div>
  27. </div>
  28.  
  29. <div class="square"></div>
  30. <div class="tile1">1</div>
  31. <div class="tile1">1</div>
  32. <div style="clear:both;"></div>
  33.  
  34. <div class="tile2">2</div>
  35. <div class="tile3">3</div>
  36. <div style="clear:both;"></div>
  37.  
  38. <div class="tile4">4</div>
  39. </div>
  40. <div class="square"></div>
  41. <div class="tile5">5</div>
  42. <div class="yt">yt</div>
  43. </div>
  44. <div style="clear:both;"></div>
  45.  
  46. <div class="rectangle"></div>
  47.  
  48. </div>
  49.  
  50. </body>
  51. </html>
  52.  
  53.  
  54.  
  55. ------------------------------------------------------------------------------
  56.  
  57.  
  58.  
  59. body
  60. {
  61. background-color: #303030;
  62. color: #ffffff;
  63. font-family: 'Lato', sans-serif;
  64. font-size: 20px;
  65. }
  66.  
  67. #container
  68. {
  69. width: 1000px;
  70. margin-left: auto;
  71. margin-right: auto;
  72. }
  73.  
  74. .rectangle
  75. {
  76. width: 960px;
  77. margin: 20px;
  78. }
  79.  
  80. .square
  81. {
  82. width: 50%;
  83. float: left;
  84. }
  85.  
  86. #logo
  87. {
  88. float: left;
  89. font-family: 'Josefin Sans', sans-serif;
  90. font-size: 70px;
  91. width: 600px;
  92. margin-top: 10px;
  93. margin-bottom: 10px;
  94. }
  95.  
  96. #zegar
  97. {
  98. float: left;
  99. font-family: 'Josefin Sans', sans-serif;
  100. font-size: 70px;
  101. margin-top: 10px;
  102. margin-bottom: 10px;
  103. }
  104.  
  105. .tile1
  106. {
  107. margin: 10px;
  108. width: 230px;
  109. height: 142px;
  110. background-color: #3095d3;
  111. float: left;
  112. }
  113.  
  114. .tile2
  115. {
  116. margin: 10px;
  117. width: 230px;
  118. height: 142px;
  119. background-color: #666666;
  120. float: left;
  121. }
  122.  
  123. .tile3
  124. {
  125. margin: 10px;
  126. width: 230px;
  127. height: 142px;
  128. background-color: #93c748;
  129. float: left;
  130. }
  131.  
  132. .tile4
  133. {
  134. margin: 10px;
  135. width: 480px;
  136. height: 142px;
  137. background-color: #ee5a32;
  138. }
  139.  
  140. .tile5
  141. {
  142. margin: 10px;
  143. width: 480px;
  144. height: 304px;
  145. background-color: #666666;
  146. float: right;
  147. }
  148.  
  149. .yt
  150. {
  151. margin: 10px;
  152. width: 105px;
  153. height: 142px;
  154. background-color: #93c748;
  155. float: left;
  156. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement