-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathAnimation.html
More file actions
26 lines (24 loc) · 758 Bytes
/
Animation.html
File metadata and controls
26 lines (24 loc) · 758 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="Animation.css">
</head>
<body>
<div class="container">
<div class="fish-container">
<img src="fishes.svg" class="smallFish">
<img src="clown-fish.svg" class="fish1">
<img src="fish2.svg" class="fish2">
<img src="fish.svg" class="fish3">
</div>
<div class="bubble-container">
<img src="bubbles.svg" class="bubble1">
<img src="bubbles.svg" class="bubble2">
<img src="bubbles.svg" class="bubble3">
</div>
</div>
</body>
</html>