This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTest.html
113 lines (86 loc) · 4.58 KB
/
Test.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<style>
img {
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
}
</style>
<!-- <div style="clip-path: inset(top right bottom left)"> -->
<div class="Zombie">
<!-- La tête -->
<div style="clip-path: inset(100px 600px 600px 100px); position: absolute; left: 8px; top: 10px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- Le tronc -->
<div style="clip-path: inset(250px 450px 400px 250px); position: absolute; left: -142px; top: -42px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- Le bras de gauche -->
<div style="clip-path: inset(250px 200px 400px 550px); position: absolute; top: -42px; left: -492px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- Le bras de droite -->
<div style="clip-path: inset(650px 300px 0px 450px); position: absolute; top: -442px; left: -242px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- La jambe de gauche -->
<div style="clip-path: inset(250px 700px 400px 50px); position: absolute; top: 108px; left: 58px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- La jambe de droite -->
<div style="clip-path: inset(650px 500px 0px 250px); position: absolute; top: -292px; left: -92px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
</div>
<div class="Zombie" style="position: absolute; top: 500px; left: 50px">
<!-- La tête -->
<div style="clip-path: inset(100px 600px 600px 100px); position: absolute; left: 8px; top: 10px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- Le tronc -->
<div style="clip-path: inset(250px 450px 400px 250px); position: absolute; left: -142px; top: -42px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- Le bras de gauche -->
<div style="clip-path: inset(250px 200px 400px 550px); position: absolute; top: -42px; left: -492px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- Le bras de droite -->
<div style="clip-path: inset(650px 300px 0px 450px); position: absolute; top: -442px; left: -242px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- La jambe de gauche -->
<div style="clip-path: inset(250px 700px 400px 50px); position: absolute; top: 108px; left: 58px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- La jambe de droite -->
<div style="clip-path: inset(650px 500px 0px 250px); position: absolute; top: -292px; left: -92px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
</div>
<div class="Zombie" style="position: absolute; top: 1000px;">
<!-- La tête -->
<div style="clip-path: inset(100px 600px 600px 100px); position: absolute; left: 8px; top: 10px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- Le tronc -->
<div style="clip-path: inset(250px 450px 400px 250px); position: absolute; left: -142px; top: -42px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- Le bras de gauche -->
<div style="clip-path: inset(250px 200px 400px 550px); position: absolute; top: -42px; left: -492px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- Le bras de droite -->
<div style="clip-path: inset(650px 300px 0px 450px); position: absolute; top: -442px; left: -242px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- La jambe de gauche -->
<div style="clip-path: inset(250px 700px 400px 50px); position: absolute; top: 108px; left: 58px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
<!-- La jambe de droite -->
<div style="clip-path: inset(650px 500px 0px 250px); position: absolute; top: -292px; left: -92px">
<img src="https://fr-minecraft.net/telecharger.php?id=20752" width="800" height="800">
</div>
</div>