-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtuto5.html
33 lines (33 loc) · 1018 Bytes
/
tuto5.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
<!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>MANGER LES PETITS OISEAUX BLEUS ET LES RATS TE FERONT GAGNER DE LA VIE</p>
<div id="lighting_img">
<div class="info">
<img src="./image/health-1.png" alt="">
</div>
<img id="right_arrow-1"src="./image/right_arrow.png" alt="">
<div class="info">
<img src="./image/health-2.png" alt="">
</div>
</div>
<div class="age">
<p style="text-align: center;">TU SAIS CE QUI TE RESTE À FAIRE MAM... MADAME</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>