-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.85 KB
/
index.html
File metadata and controls
42 lines (42 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
</head>
<body>
<div class="flex_wrapper">
<div class="card">
<a href="https://www.ozon.ru/context/detail/id/24911718/"><img src="https://cdn1.ozone.ru/s3/multimedia-p/wc1200/6008237689.jpg" alt="1984"></a>
<h3>1984</h3>
<p>Оруэлл Джордж</p>
<p>196 ₽</p>
<button>Купить</button>
</div>
<div class="card">
<a href="https://www.ozon.ru/context/detail/id/140058289/"><img src="https://cdn1.ozone.ru/s3/multimedia-u/wc1200/6008219262.jpg" alt="Скотный двор"></a>
<h3>Скотный двор</h3>
<p>Оруэлл Джордж</p>
<p>188 ₽</p>
<button>Купить</button>
</div>
<div class="card">
<a href="https://www.ozon.ru/context/detail/id/136092461/"><img src="https://cdn1.ozone.ru/s3/multimedia-5/wc1200/6008888693.jpg" alt="Дни в Бирме"></a>
<h3>Дни в Бирме</h3>
<p>Оруэлл Джордж</p>
<p>205 ₽</p>
<button>Купить</button>
</div>
<div class="card">
<a href="https://www.ozon.ru/context/detail/id/31630466/"><img src="https://cdn1.ozone.ru/s3/multimedia-w/wc1200/6012258032.jpg" alt="Дочь священника"></a>
<h3>Дочь священника</h3>
<p>Оруэлл Джордж</p>
<p>215 ₽</p>
<button>Купить</button>
</div>
</div>
</body>
</html>