-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
55 lines (53 loc) · 2.73 KB
/
Index.html
File metadata and controls
55 lines (53 loc) · 2.73 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
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="ff">
<nav>
Блог
</nav>
<nav> Контакты </nav>
<nav> Ещё что-то </nav>
</header>
<main>
<article class="a1">
<section class="s1">
<img src="https://images.pexels.com/photos/4508022/pexels-photo-4508022.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="wid" width="100%">
<h2>Because they are in the region where occasional earthquakes</h2>
</section>
<section class="s2">
<img src="https://images.pexels.com/photos/845434/pexels-photo-845434.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="wid" width="100%">
<p class="h22">Volcanoes also built the Cascade Mountains. The Sierra Nevada range and the ridges of the Great Basin were formed by a strained portion of the earth’s crust. <br/>At the border of the Pacific Ocean lie the Coast Ranges. They are relatively low mountains, because they are in the region where occasional earthquakes from time to time build new mountains.</p>
</section>
<section class="s3">
<img src="https://images.pexels.com/photos/761963/pexels-photo-761963.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260" alt="wid" width="100%">
<p class="h23">A Movie in the Park:<br/>Kung Fu Panda</p>
</section>
<section class="s4">
<h2 class="am2">American mood</h2>
The current shape of the North American continent (the present-day territory of the United States of America and Canada) was formed 25,000 years ago. At that time the great northern icecap flowed over the North American continent. This ice flow determined the size and drainage of the Great Lakes. They changed the direction of the Missouri River and carved the channel of the Hudson River.
</br>
</br>
</br>
On the Atlantic shore of the United States, much of the northern coast is rocky. But the middle and southern Atlantic coasts rise gently from the sea. The Appalachians, which run almost parallel to the east coast, are old mountains with many coal rich valleys between them To the west of the Appalachians
</section>
</article>
</main>
<footer class="footer">
<address>
Tver, Borovlevo 2 1a
</address>
<address>
number: 89236814683
</address>
<address>
Name: Andy
</address>
</footer>
</body>
</html>