Files
sosnovaya.github.io/index.html
T
2024-08-23 01:09:55 +03:00

52 lines
1.5 KiB
HTML

<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WS playground</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="main-preview">
<h1>Дача Сталина</h1>
<img src="" alt="">
</div>
</header>
<main>
<section>
<div class="card">
<h2>Фитнесс зал</h2>
<img src="" alt="">
<p>зал для занятий фитнессом и боксом</p>
</div>
<div class="card">
<h2>Выставка керамики</h2>
<img src="" alt="">
<p>выставка керамики Майи Лопес</p>
</div>
<div class="card">
<h2>Беседка с мангалом внутри</h2>
<img src="" alt="">
<p>беседка в восточном стиле со встроенным мангалом и умывальником. <br> Главное - не играйтесь с огнем!</p>
</div>
<div class="card">
<h2>Заплывы на сапах и катамаране</h2>
<img src="" alt="">
<p>В любой момент можно пойти поплавать в озере на сапах и катамаране</p>
</div>
</section>
</main>
<footer>
</footer>
<script></script>
</body>
</html>