Advertisement
Hasli4

Untitled

Feb 3rd, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>
  4. Пасхалка от Google
  5. </title>
  6. </head>
  7. <body>
  8. <h1>Пасхалка от Google</h1>
  9. <p>Вы знали, что поиграть в «Pac-Man» можно через Google? </br> Достаточно написать в поисковом запросе слово «pacman» и нажать на «PLAY»
  10. </p>
  11. <img src='/uploads/2023/03/pacman.png' alt='Здесь должна быть картинка'>
  12. </body>
  13. </html>
  14.  
  15.  
  16. body{
  17. text-align: center;
  18. background-color: rgb(0, 0, 0);
  19. }
  20.  
  21. h1{
  22. font-family: 'Lucida Sans', Geneva, Verdana, sans-serif;
  23. text-align: center;
  24. color: rgb(111, 11, 224);
  25. font-size: 30px;
  26. }
  27.  
  28. p{
  29. font-family: 'Lucida Sans', Geneva, Verdana, sans-serif;
  30. text-align: center;
  31. color: rgb(111, 11, 224);
  32. }
  33.  
  34. img{
  35. width: 500px;
  36. border-radius: 20px;
  37. }
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement