-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (77 loc) · 3.7 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Creating Art</title>
</head>
<body>
<div class="frame">
<div class="border_1">
<div class="border_2">
<div class="border_3">
<div class="hole"></div>
</div>
</div>
</div>
<div class="bridge_base">
<div class="bridge"></div>
<div class="peg peg_1">
<div class="string"></div>
</div>
<div class="peg peg_2">
<div class="string delay2"></div>
</div>
<div class="peg peg_3">
<div class="string delay3"></div>
</div>
<div class="peg peg_4">
<div class="string delay3"></div>
</div>
<div class="peg peg_5">
<div class="string delay2"></div>
</div>
<div class="peg peg_6">
<div class="string "></div>
</div>
</div>
<div class="jet jet_1">
<svg class="plane" xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21">
<path fill="#242E30" fill-rule="evenodd"
d="M6 21h8v-3h6c.28-1.243-.054-2.243-1-3-.946-.757-2.28-1.09-4-1l-2-3.5c-.57-1.512-.903-2.679-1-3.5-.097-.821-.43-2.488-1-5l-1-2-1 2c-.558 2.41-.891 4.077-1 5-.109.923-.442 2.09-1 3.5L4 14c-1.35.016-2.35.35-3 1-.65.65-.984 1.65-1 3h6v3z" />
</svg>
</div>
<div class="jet jet_2">
<svg class="plane delay-2" xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21">
<path fill="#242E30" fill-rule="evenodd"
d="M6 21h8v-3h6c.28-1.243-.054-2.243-1-3-.946-.757-2.28-1.09-4-1l-2-3.5c-.57-1.512-.903-2.679-1-3.5-.097-.821-.43-2.488-1-5l-1-2-1 2c-.558 2.41-.891 4.077-1 5-.109.923-.442 2.09-1 3.5L4 14c-1.35.016-2.35.35-3 1-.65.65-.984 1.65-1 3h6v3z" />
</svg>
</div>
<div class="jet jet_3">
<svg class="plane delay-3 " xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21">
<path fill="#242E30" fill-rule="evenodd"
d="M6 21h8v-3h6c.28-1.243-.054-2.243-1-3-.946-.757-2.28-1.09-4-1l-2-3.5c-.57-1.512-.903-2.679-1-3.5-.097-.821-.43-2.488-1-5l-1-2-1 2c-.558 2.41-.891 4.077-1 5-.109.923-.442 2.09-1 3.5L4 14c-1.35.016-2.35.35-3 1-.65.65-.984 1.65-1 3h6v3z" />
</svg>
</div>
<div class="jet jet_4">
<svg class="plane delay-3" xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21">
<path fill="#242E30" fill-rule="evenodd"
d="M6 21h8v-3h6c.28-1.243-.054-2.243-1-3-.946-.757-2.28-1.09-4-1l-2-3.5c-.57-1.512-.903-2.679-1-3.5-.097-.821-.43-2.488-1-5l-1-2-1 2c-.558 2.41-.891 4.077-1 5-.109.923-.442 2.09-1 3.5L4 14c-1.35.016-2.35.35-3 1-.65.65-.984 1.65-1 3h6v3z" />
</svg>
</div>
<div class="jet jet_5 ">
<svg class="plane delay-2" xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21">
<path fill="#242E30" fill-rule="evenodd"
d="M6 21h8v-3h6c.28-1.243-.054-2.243-1-3-.946-.757-2.28-1.09-4-1l-2-3.5c-.57-1.512-.903-2.679-1-3.5-.097-.821-.43-2.488-1-5l-1-2-1 2c-.558 2.41-.891 4.077-1 5-.109.923-.442 2.09-1 3.5L4 14c-1.35.016-2.35.35-3 1-.65.65-.984 1.65-1 3h6v3z" />
</svg>
</div>
<div class="jet jet_6 ">
<svg class="plane" xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21">
<path fill="#242E30" fill-rule="evenodd"
d="M6 21h8v-3h6c.28-1.243-.054-2.243-1-3-.946-.757-2.28-1.09-4-1l-2-3.5c-.57-1.512-.903-2.679-1-3.5-.097-.821-.43-2.488-1-5l-1-2-1 2c-.558 2.41-.891 4.077-1 5-.109.923-.442 2.09-1 3.5L4 14c-1.35.016-2.35.35-3 1-.65.65-.984 1.65-1 3h6v3z" />
</svg>
</div>
</div>
</body>
</html>