forked from lilgallon/Vipi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtuto3.html
35 lines (35 loc) · 1.06 KB
/
tuto3.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" 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>MAINTENANT QUE TU SAIS À QUOI TU RESSEMBLE. VOYONS ENSEMBLE TON ENERGIE<br>VOICI TA JAUGE D'ENERGIE :</p>
<div id="lighting_img">
<div class="info">
<img src="./image/energy-6.png" alt="">
<span>100%</span><br>
</div>
<img id="right_arrow-1"src="./image/right_arrow.png" alt="">
<div class="info">
<img src="./image/energy-0.png" alt="">
<span>0%</span><br>
</div>
</div>
<div class="age">
<p>ATTENTION À TON ÉNERGIE MAMIE SI TU VEUX CONTINUER À VIVRE</p>
</div>
<div class="arrow">
<img src="./image/Black_Down_Arrow.png" alt="" />
</div>
<div class="flex-end-button">
<form action="./tuto4.html">
<button class="button btn-2">SUIVANT</button>
</form>
</div>
</div>
</body>
</html>