forked from lilgallon/Vipi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtuto2.html
31 lines (31 loc) · 940 Bytes
/
tuto2.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
<!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>TU PEUX DÉPLACER TON PERSONNAGE DE BAS EN HAUT POUR SURVIVRE</p>
<div class="container-owl-arrrow">
<div class="tuto-owl">
<img src="./image/owl.png" alt="">
</div>
<div class="tuto-arrow">
<img src="./image/Black_Up_Arrow.png" alt="">
<img src="./image/Black_Down_Arrow.png" alt="">
</div>
</div>
<p>UTILISES LES FLÊCHES DE TON CLAVIER</p>
<div class="arrow">
<img src="./image/Black_Down_Arrow.png" alt="" />
</div>
<div class="flex-end-button">
<form action="./tuto3.html">
<button class="button btn-2">SUIVANT</button>
</form>
</div>
</div>
</body>
</html>