-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtuto4.html
34 lines (34 loc) · 1.05 KB
/
tuto4.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<title>Tuto2</title>
</head>
<body>
<div class="flex-container">
<p>ATTENTION AUX OISEAUX ROUGES ILS ONT BEAU ÊTRE MIGNON, ILS SONT TRÈS MÉCHANTS</p>
<div id="lighting_img">
<div class="info">
<img src="./image/health-2.png" alt="">
</div>
<img id="right_arrow-1"src="./image/right_arrow.png" alt="">
<div class="info">
<img src="./image/health-1.png" alt="">
</div>
</div>
<div class="age">
<p style="text-align: center;">TOUCHER UN OISEAU ROUGE TE FERA PERDRE UN DEMI COEUR <br>
ZÉRO COEUR EST C'EST PERDU</p>
</div>
<div class="arrow">
<img src="./image/Black_Down_Arrow.png" alt="" />
</div>
<div class="flex-end-button">
<form action="./vipi.html">
<button class="button btn-2">COMMENCER LA PARTIE</button>
</form>
</div>
</div>
</body>
</html>