Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <!DOCTYPE>
  2. <html lang=„pl”>
  3. <head>
  4. <meta charset=„utf-8"/>
  5. <title> Jan Kowalski - moja strona </title>
  6. <style>
  7. body
  8. {
  9. background-color: #101010;
  10. color: red;
  11. text-align: center;
  12. font-family: "Times New Roman", Times, serif;
  13. }
  14.  
  15. div.title
  16. {
  17. color: darkred;
  18. font-family: "Times New Roman", Times, serif;
  19. font-size: 96px;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24.  
  25. <div class="title">
  26. <b>Witajcie!<br /><br /></b>
  27. </div>
  28. Nazywam się Jan Kowalski.
  29.  
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement