Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>
- Пасхалка от Google
- </title>
- </head>
- <body>
- <h1>Пасхалка от Google</h1>
- <p>Вы знали, что поиграть в «Pac-Man» можно через Google? </br> Достаточно написать в поисковом запросе слово «pacman» и нажать на «PLAY»
- </p>
- <img src='/uploads/2023/03/pacman.png' alt='Здесь должна быть картинка'>
- </body>
- </html>
- body{
- text-align: center;
- background-color: rgb(0, 0, 0);
- }
- h1{
- font-family: 'Lucida Sans', Geneva, Verdana, sans-serif;
- text-align: center;
- color: rgb(111, 11, 224);
- font-size: 30px;
- }
- p{
- font-family: 'Lucida Sans', Geneva, Verdana, sans-serif;
- text-align: center;
- color: rgb(111, 11, 224);
- }
- img{
- width: 500px;
- border-radius: 20px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement