-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (17 loc) · 782 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (17 loc) · 782 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
<html>
<head>
<link rel="stylesheet" type: "text/css" href="style.css">
<title>Earth Orbit</title>
</head>
<body>
<img id="sun" src="https://www.nasa.gov/sites/default/files/706436main_20121114-304-193blend_m6-orig_full.jpg">
<div id='earth-orbit' class="earth-orbit-slow">
<div id='moon-orbit' class="moon-orbit-slow">
<img id="moon" src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRzuBPhSlUGzzlstJZBBEWeXlaeryoS5v9LTwHjTVHrNqsbxN6K2Q">
</div>
<img id="earth" src="http://1.bp.blogspot.com/-dVz_71071d4/Ubp6rVJtJvI/AAAAAAAA6DU/-5I0LPsyL5s/s1600/1.jpg">
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script src="script.js"></script>
</body>
</html>