forked from OrionJoshi/Css_Animation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 822 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Animation</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="sky">
<img class="cloud" src="img/cloud.png" alt="cloud1">
<img class="cloud" src="img/cloud.png" alt="cloud2">
<img class="bird" src="img/Bird.gif" alt="Bird">
</div>
<div class="grass">
<div class="img_wrapper"></div>
<img class="tree1" src="img/tree1.png" alt="tree1">
<img class="grass1" src="img/tree1.png" alt="grass">
<img class="tree2" src="img/tree1.png" alt="tree2">
</div>
</div>
<div class="road">
<div class="lines"></div>
<img class="Orion1" src="img/Orion1.png" alt="Orion1">
<img class="Orion2"src="img/Orion2.png" alt="Orion2">
</div>
</body>
</html>