Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <!DOXTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. body {
  6. background: grey;
  7. }
  8.  
  9. h1 {
  10. color: powderblue;
  11. text-align: center;
  12. }
  13.  
  14. h2 {
  15. margin: -30px;
  16. color: teal;
  17. text-align: center;
  18. font-family: times new roman;
  19. font-size: 20px;
  20. }
  21.  
  22. p {
  23. font-family: verdana;
  24. font-size: 12px;
  25. padding: 30px;
  26. }
  27.  
  28. </style>
  29. <title> Kata </title>
  30. </head>
  31. <body>
  32.  
  33. <h1> cím </h1>
  34. <h2> alcím </h2>
  35. <p> alma </p>
  36.  
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement