Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 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.  
  12. h5 {
  13. font-style: italic; font-size: 30px;
  14. }
  15.  
  16. a {
  17. color: steelblue; font-size: 20px;
  18. }
  19. div { text-align: center; } </style>
  20. </head>
  21. <body>
  22. <h1>Я бы</h1>
  23. <h2>обнял</h2>
  24. <h3>тебя</h3>
  25. <div align="center"> <h4>— но —</h4>
  26. <h5>я просто </h5>
  27. <p><a href="http://embrace.t-radya.com/" target="_blank" >код</a></p>
  28. <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