-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplane.htm
More file actions
29 lines (27 loc) · 865 Bytes
/
plane.htm
File metadata and controls
29 lines (27 loc) · 865 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Plane</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<div class="clouds">
<img src="cloud1.png" style="--i:1;">
<img src="cloud1.png" style="--i:2;">
<img src="cloud1.png" style="--i:3;">
</div>
<div class="clouds clouds2">
<img src="cloud3.png" style="--i:1;">
<img src="cloud3.png" style="--i:2;">
<img src="cloud3.png" style="--i:3;">
</div>
<div class="runway"></div>
<img src="plane.png" class="plane">
</section>
</body>
</html>