-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask_3.html
64 lines (58 loc) · 1.85 KB
/
task_3.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Module_3_task_3</title>
<link rel="stylesheet" href="./css/stile_task_2.css" />
</head>
<body>
<center>
<main class="wraper_2">
<h1>Модуль 3, задание 3.</h1>
<section class="task_2">
<div>
<img src="img/1.jpg" height="280" alt="быть выше всех" />
<title>быть выше всех</title>
</div>
<div>
<p class="Lifestyle">LIFESTILE</p>
</div>
<div>
<h2>
More than just a music festival
</h2>
</div>
<div>
<p class="Lorem">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
</p>
</div>
</section>
<section class="task_2">
<div>
<img src="img/2.jpg" height="280" alt="чашечка горячего кофе" />
<title>
чашечка горячего кофе
</title>
</div>
<div>
<p class="Lifestyle">LIFESTILE</p>
</div>
<div>
<h2>Life tastes better with coffee</h2>
</div>
<div>
<p class="Lorem">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
</p>
</div>
</section>
</main>
</center>
</body>
</html>