-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-1.html
35 lines (30 loc) · 1.29 KB
/
page-1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>El Volcán</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<div class="page-1">
<div class="lanzarote-drawing">
<img class="background" src="images/lanzarote.png" alt="A drawing of Lanzarote">
<img class="standing-bear" src="images/bear-2.png" alt="Polly standing and looking at you a little lost">
</div>
<div class="text-div">
<div class="text-div-p">
<p class="opening-text">Polly the polar bear has undertaken a journey to the Canary Islands.
She has just landed on Lanzarote.
The surroundings are beautiful, but she's feeling a little lost.</p>
<p class="opening-text-polly">Will you help her navigate this foreign land?</p>
</div>
<div>
<a class="page-1-button" href="page-2.html">Help Polly</a>
</div>
</div>
</div>
</main>
</body>
</html>