Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Я просто код</title>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <style>
  8. h1 {
  9. font-size: 90px;
  10. }
  11. h5 {
  12. font-style: italic;
  13. font-size: 30px;
  14. }
  15. a {
  16. color: steelblue;
  17. font-size: 20px;
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <h1>Я бы</h1>
  23. <h2>обнял</h2>
  24. <h3>тебя</h3>
  25. <h4>— но —</h4>
  26. <h5>я просто</h5>
  27. <p><a href="#" target="_blank">код</a></p>
  28. <div align="center"><img src="https://pictures.s3.yandex.net/code.gif" alt="мой код" width="512"></div>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement