-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCrediti.html
38 lines (21 loc) · 863 Bytes
/
Crediti.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
<!DOCTYPE html>
<html>
<head>
<title> TarzanFireRun</title>
</head>
<body>
<style>
body{
background-color: #000000;}
</style>
<div id = box1>
<img src="menu/SfondoCrediti.png" class="centro" style="width:100%; max-width: 1024px;position: fixed; margin: auto; top: 0; left: 0; right: 0; bottom: 0;">
</div>
<div id = box2>
<img src="menu/PaginaCrediti (1).png" class="centro" style="width:100%; max-width: 1024px; position: absolute; margin: auto; top: 700px; left: 0; right: 0; bottom: 0; ">
</div>
<div id = box3>
<a href="index.html"><img src="menu/Indietro.png" class="centro" style=" position: absolute; margin: auto; top: 2040px; left: -700px; right: 0; bottom: 0;" onmouseover="this.width=217.8;this.height=46.2;" onmouseout="this.width=198;this.height=42;"><a>
</div>
</body>
</html>