-
Notifications
You must be signed in to change notification settings - Fork 0
/
wild.html
40 lines (32 loc) · 882 Bytes
/
wild.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="gandalfwanted.css">
<title>findThePrecious.com skeleton</title>
</head>
<body>
<header>
<h1>FindThePrecious.com</h1>
</header>
<article>
<h2>
Fellows wanted dead
</h2>
<section>
<div class="wanted">
<div>
<img class="image" src="https://images.innoveduc.fr/integration_gandalf.png" alt="Gandalf">
</div>
<div class="overlay_name">Gandalf</div>
<div class="overlay_reward">reward <span class="amount">1000</span> golden coins</div>
</div>
<h2>Fellow</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
</p>
</section>
</article>
</body>
</html>