/
nester980
/
Project
Обзор
Документация
Войти
/
nester980
/
Project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
index.html
62 строки
2 KB
nester980
changed name of site
14 окт 2024, 16:30
14 окт 2024, 16:30
a9540f9
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="style.css"> <title>Сайт Google</title> </head> <body> <header> <div class="header"> <p class="item">iPhone</p> <p class="item">iPad</p> <p class="item">AirPods</p> <p class="item">Watch</p> </div> </header> <main> <section class="watch"> <div class="watch-logo"> </div> <span> Thinstant classic. </span> <div class="buttons"> <button class="learn">Learn more</button> <button class="buy">Buy</button> </div> </section> <section class="people"> <div class="human-one"> <div class="text"> <span> AirPods 4</span> <span> Iconic. Now supersonic. Available with Active Noise Cancellation.</span> </div> <div class="buttons button-airpods"> <button class="learn">Learn more</button> <button class="buy">Buy</button> </div> </div> <div class="human-two"> <div class="text"> <span> AirPods Pro 2</span> <span> Hearing Aid and Hearing Test features coming with a free software update this fall.</span> </div> <div class="buttons button-airpods"> <button class="learn">Learn more</button> <button class="buy">Buy</button> </div> </div> </section> </main> <footer> </footer> </body> </html>