Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Stronka z formatowaniem tekstu xd</title>
  6. <link rel="stylesheet" href="style.css" type="text/css" />
  7. </head>
  8.  
  9.  
  10. <body>
  11.  
  12. <header><h2><br>TO MOJA STRONA HE</h2></header>
  13.  
  14. <section><article><p style="text-shadow: grey;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></article></section>
  15. <aside><h2><u>Yasuo</u></h2></aside>
  16.  
  17. <footer><br><p style="text-decoration: red wavy underline;"><i>Wiktor Stupka</i></p></footer>
  18.  
  19. </body>
  20. </html>
  21. </html>
  22.  
  23. header { background: grey; width:100%; height: 100px; }
  24. section { background: green; width:73%; height: 300px; float: left; }
  25. aside { background-image: url("yasuo.jpg"); width:27%; height: 300px; float: right; }
  26. footer { background: blue; width:100%; height: 100px; clear: both; }
  27. p { font: 20px Arial, sans-serif; color: red; text-align: center; }
  28. h1 { color: aqua; font: 40px; text-align: center;}
  29. h2 { color: white; text-align: center;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement